Posts Tagged ‘university’

Parsing XML

Saturday, December 19, 2009 14:34 1 Comment

For 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 [...]

This was posted under category: Programming-Uni Tags: , , , , , , , , , ,