while trying to 'emerge gnome-doc-utils', emerge errors out with the following:<br><br>xsltproc -o gnome-doc-make-C.omf ...<snipped stuff>... 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><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<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><!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "<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>"><br><br>to:<br><br><!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "<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>"><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. Can anyone tell me what I need to update to get it to be able to handle the 4.4? 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. Thanks.<br><br>Tim<br><br>