Changes

Jump to navigation Jump to search
16 bytes added ,  17:22, 15 November 2016
m
Clarify tradeoffs of internal parser
* By default, Java’s [http://download.oracle.com/javase/6/docs/api/javax/xml/parsers/SAXParser.html SAXParser] is used to parse XML documents.
* The internal, built-in XML parser is more fault-tolerant than Java’s XML parser. It supports standard HTML entities out of the box, and it is faster than the default parser, in particular if small documents are to be parsed. In turnHowever, it the internal parser does not support the full range of DTD features, and cannot resolve [[Catalog_Resolver|catalogs]].
==GUI==
administrator, editor
43

edits

Navigation menu