|
WebLogic Server 7.0 Code Examples, BEA Systems, Inc. | |||||
See:
Description
| Examples Summary | |
| examples.xml.sax | Demonstrates how to parse an XML document using a SAX parser obtained via JAXP. |
| examples.xml.dom | Demonstrates how to parse an XML document using a DOM parser obtained via JAXP. |
| examples.xml.entityresolution | Demonstrates how to map a DTD to a doctype in the XML registry and parse and validate the document. |
| examples.xml.xslt | Demonstrates how to separate content generation and presentation using XML and XSLT. |
| examples.xml.orderParser | Demonstrates how to parse an XML document into business objects using the XMLInputStream API. |
The examples in this package illustrate how to generate and parse XML data using SAX and DOM parsers.
All the examples use the Java API for XML Parsing (JAXP) to access the particular SAX or DOM parser rather than accessing the parsers directly.
Detailed instructions for building and running each example are included on the individual example pages.
|
Documentation is available at http://e-docs.bea.com/wls/docs70 |
|||||