Changes

Jump to navigation Jump to search
63 bytes removed ,  12:43, 21 March 2016
=XML Parsers=
BaseX provides two parsers to import alternatives for parsing XML data:
* By default, the 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 used, which 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 most casesparticular if small documents are to be parsed. In turn, it does not support all oddities specified by DTDsthe full range of DTD features, and cannot resolve [[Catalog_Resolver|catalogs]].* Java’s [http://download.oracle.com/javase/6/docs/api/javax/xml/parsers/SAXParser.html SAXParser] can also be selected for parsing XML documents. This parser is stricter than the built-in parser, but it refuses to process some large documents.
==GUI==
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu