Does the Oracle XML Parser come with a utility to parse an XML file and see the parsed output?
Not strictly. The parsed external entity only needs to be a well-formed fragment. The following program (with xmlparser.jar from version 1) in your CLASSPATH shows parsing and printing the parsed document. It’s parsing here from a string but the mechanism would be no different for parsing from a file, given its URL.
Related Questions
- I receive the following error when reading the attached file using SAX (Oracle XML Parser, v.2.0.2.9.0): if character data starts with a whitespace, characters( ) method discards characters that follows whitespace. Is this a bug or can I force the parser to not discard those characters?
- Does the Oracle XML Parser come with a utility to parse an XML file and see the parsed output?
- Does the Parser Come with a Utility to View the Parsed Output?