JaxpParser.java | Class | An XMLParser that is only dependant on JAXP 1.1 compliant parsers.
The configuration can contain the following parameters :
- validate (boolean, default =
false ) : should the parser
validate parsed documents ?
- namespace-prefixes (boolean, default =
false ) : do we want
namespaces declarations also as 'xmlns:' attributes ?
Note : setting this to true confuses some XSL
processors (e.g. |