Skip to main content

How to choose an XML parser



A nice compare between browsers in the categories:

  • SAX vs. DOM
  • Speed
  • Memory consumption
  • Write/Read only
My Favourite: KissXML

Comments