Vik's XPath Presentation
Posted by Vik Fri, 16 May 2008 02:43:00 GMT
SAX
- No formal specification
- Requires less memory, because the whole document is not stored in memory
- Better for larger files
- some processing and validation requires the whole file anyway, which DOM already does (XSLT, XPath)
DOM
- Used by JavaScript to dynamically change a web page
NQXML
- Not Quite XML
- Only real competition for REXML
- Home page says to use REXML now, as it is included with Ruby
