Changes

Jump to navigation Jump to search
58 bytes removed ,  00:14, 3 November 2011
BaseX provides two parsers to import XML data:
* by By default, the standard Java [http://download.oracle.com/javase/6/docs/api/javax/xml/parsers/SAXParser.html SAXParser] is used to parse the input XML documents. Some documents may not be fully processed by the default parser. This may e.g. be the case if they are too large or contain too many or incorrect entities.* the internal, built-in XML parser of BaseX is used, which is more fault-tolerant than the default Java's XML parser, supports standard HTML entities out-of-the-box, and is faster in most cases. In turn, it does not support all oddities specified by DTDs, and cannot resolve [[Catalog_Resolver|catalogs]].* Java's standard [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 fails for some large documents.
===GUI===
Bureaucrats, editor, reviewer, Administrators
13,554

edits

Navigation menu