SWE 642: XML Examples
XML Examples
- pizza.xml (From Patzer, Ch 14, 1st edition)
- stamps.xml (From Patzer, Ch 6, 2nd edition)
- binary.xml (From Patzer, Ch 6, 2nd edition)
- product.xml
product.dtd
product.xsl
- course-info.xml (From student information form)
ParserXML.java -- parse xml file
StudInfoSys642.java -- use xml file
StudEntry.java -- student bean-like class
Counting Elements
(From Patzer, Ch 6, 2nd edition)
- CountSax.java
- CountDom.java
- CountSaxNew.java
Printing an XML Document
- Sax2Writer.java
Counting the SubElements
- CountSubElts.java
These examples can be run on hermes.
Resources