<span style>It looks like the system identifier there is wrong.  It should be &quot;</span><a href="http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd" target="_blank" style>http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd</a><span style>&quot;, I think.  But, of course, rather than resolving it from w3c, you should download a local copy and put an entry to it in Oxygen&#39;s catalog file, using the public id.  Or, if you&#39;d rather not modify Oxygen&#39;s catalog file, create your own catalog file in the same directory as the dtd, like this:</span><div style>
<div><br></div><div>&lt;?xml version=&quot;1.0&quot;?&gt;</div><div>&lt;!DOCTYPE catalog PUBLIC &quot;-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN&quot; </div><div>  &quot;<a href="http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd" target="_blank" style="color:rgb(17,85,204)">http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd</a>&quot;&gt;</div>
<div><br></div><div>&lt;catalog xmlns=&quot;urn:oasis:names:tc:entity:xmlns:xml:catalog&quot;&gt;</div><div>  &lt;public publicId=&quot;-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN&quot; uri=&quot;xhtml-math11-f.dtd&quot;/&gt;</div>
<div>&lt;/catalog&gt;</div><div><br></div><div>and then add an entry in Oxygen&#39;s XML Catalog preferences pointing to this catalog file.</div><div><br></div><div>That&#39;s how I&#39;d fix it anyway -- not sure if it&#39;s the easiest/best way or not.  :)</div>
<div><br></div><div><br></div></div><br><div class="gmail_quote">On Sat, Jan 28, 2012 at 8:47 AM, Eliot Kimber <span dir="ltr">&lt;<a href="mailto:ekimber@reallysi.com">ekimber@reallysi.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I am trying to process local copies of HTML files that have DOCTYPE decls<br>
like so:<br>
<br>
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN&quot;<br>
&quot;<a href="http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd" target="_blank">http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd</a>&quot; [<br>
  &lt;!ENTITY mathml &quot;<a href="http://www.w3.org/1998/Math/MathML" target="_blank">http://www.w3.org/1998/Math/MathML</a>&quot;&gt;<br>
]&gt;<br>
<br>
<br>
It appears that Oxygen is trying to resolve the DTD and failing to do so,<br>
which causes timeout delays and then failure of my transform, of course.<br>
<br>
What&#39;s the easiest/best way to fix this behavior?<br>
<br>
Thanks,<br>
<br>
E.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Eliot Kimber<br>
Senior Solutions Architect<br>
&quot;Bringing Strategy, Content, and Technology Together&quot;<br>
Main: <a href="tel:512.554.9368" value="+15125549368">512.554.9368</a><br>
<a href="http://www.reallysi.com" target="_blank">www.reallysi.com</a><br>
<a href="http://www.rsuitecms.com" target="_blank">www.rsuitecms.com</a><br>
<br>
_______________________________________________<br>
oXygen-user mailing list<br>
<a href="mailto:oXygen-user@oxygenxml.com">oXygen-user@oxygenxml.com</a><br>
<a href="http://www.oxygenxml.com/mailman/listinfo/oxygen-user" target="_blank">http://www.oxygenxml.com/mailman/listinfo/oxygen-user</a><br>
</font></span></blockquote></div><br>