Basic HTML version of Foils prepared August 1 99

Foil 29 XML Parsers

From Advanced XML and its applications CPS714 Computational Science Information Track -- July 7 99. by Lukasz Beca


1 Validation
  • validating parsers
  • non-validating parsers
2 Application Programming Interfaces
  • Document Object Model (DOM) - tree based
    • compiles an XML document into an internal tree structure
    • allows application to navigate the tree
  • Simple API for XML (SAX) - event based
    • reports parsing events directly to the application through callbacks
    • does not usually build an internal tree

in Table To:


© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Sun Aug 1 1999