The last half of the API documentation for org.apache.xerces.framework.XMLParser is in a monospaced font due to a missing </pre> tag in the setNamespaces() method. In the HTML
<pre> http://xml.org/sax/features/namespaces <pre> should be <pre> http://xml.org/sax/features/namespaces </pre> In the Java source code lines 826-828 which are * <pre> * http://xml.org/sax/features/namespaces * <pre> should be * <pre> * http://xml.org/sax/features/namespaces * </pre> +-----------------------+------------------------+-------------------+ | Elliotte Rusty Harold | [EMAIL PROTECTED] | Writer/Programmer | +-----------------------+------------------------+-------------------+ | Java I/O (O'Reilly & Associates, 1999) | | http://metalab.unc.edu/javafaq/books/javaio/ | | http://www.amazon.com/exec/obidos/ISBN=1565924851/cafeaulaitA/ | +----------------------------------+---------------------------------+ | Read Cafe au Lait for Java News: http://metalab.unc.edu/javafaq/ | | Read Cafe con Leche for XML News: http://metalab.unc.edu/xml/ | +----------------------------------+---------------------------------+