[Home] [By Thread] [By Date] [Recent Entries]


This five liner will parse a document, but do nothing else.

public class SimpleParser {
    public static void main(String args[]) throws Exception {

javax.xml.parsers.SAXParserFactory.newInstance().newSAXParser().getXMLReader
().parse(args[0]);
    }
}

	Keith


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member