Posts Tagged ‘dom’
Parsing XML
Saturday, December 19, 2009 14:34 1 CommentFor one of my classes a project was to write two programs, one of which uses the document object model (DOM) API to parse an XML file and one which uses the Simple API for XML (SAX) API. The programs are just tiny and do not dod anything fancy. Basically just breaks down the content of the XML files into [...]