while trying to 'emerge gnome-doc-utils', emerge errors out with the following:<br><br>xsltproc -o gnome-doc-make-C.omf ...&lt;snipped stuff&gt;... C/gnome-doc-make.xml<br><a href="http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd:1">
http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd:1</a>: parser error : Content error in the external subset<br>&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;<a href="http://www.w3.or">
http://www.w3.or</a><br>^<br>unable to parse C/gnome-doc-make.xml<br>make: *** [gnome-doc-make-C.omf] Error 6<br><br><br>if I suspend the emerge while configure is running and change the following line:<br><br>&lt;!DOCTYPE article PUBLIC &quot;-//OASIS//DTD DocBook XML 
V4.4//EN&quot; &quot;<a href="http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd</a>&quot;&gt;<br><br>to:<br><br>&lt;!DOCTYPE article PUBLIC &quot;-//OASIS//DTD DocBook XML 
V4.3//EN&quot; &quot;<a href="http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd</a>&quot;&gt;<br><br>in the C/gnome-doc-make.xml file, when I resume it will compile that file fine but then choke on the next .xml file with the same error.&nbsp; Can anyone tell me what I need to update to get it to be able to handle the 
4.4?&nbsp; I checked my libxml2(I have version 2.6.26) and libxslt(I have version 1.1.17) and they both seem to be up to date.&nbsp; Thanks.<br><br>Tim<br><br>