Changes

Jump to navigation Jump to search
41 bytes removed ,  18:47, 15 March 2023
|- valign="top"
| '''Summary'''
|Uses the internal XML parser instead of the standard Java XML parser. Here are some reasons Reasons for using the internal parserare:* Performance: Documents (, in particular small ones) will be , are parsed faster.* Entity support: More than 2000 [https://html.spec.whatwg.org/multipage/named-characters.html HTML character references] are decoded.* Fault tolerance: invalid Invalid characters will automatically be are replaced with the Unicode replacement character <code>FFFD</code> (&#xFFFD;).* Entities: around 250 HTML entities will be detected and decodedYou will be able to correctly parse most XML documents with the internal parser. By default, Java’s Xerces parser is still used as default, however, because it supports all features of the XML standard and advanced DTD features, such as including {{Option|XINCLUDE}}, or recursive entity expansionif specified in DTDs.
|}
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu