spxml

Free, open source and simple XML parser
Download

spxml Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Price:
  • FREE
  • Publisher Name:
  • Stephen Liu
  • Publisher web site:
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 30 KB

spxml Tags


spxml Description

Free, open source and simple XML parser spxml is a simple and plain xml parser written in C++. spxml supports pull-model and DOM-model xml parsing.spxml is a stream-oriented parser. As the user passes it chunks of the input XML document, spxml identifies elements, character data or other entities and return the appropriate event. The size of the chunks is controlled by the user; chunks can range from one byte to the whole XML document.spxml pull parser does not need to be told when the document is ended. On the contrary, spxml pull parser will tell us when it has finished parsing a root ( or other ) element. spxml pull parser can therefore safely read from pipes, can process sequences of XML documents without extra delimiters, and can handle selected parts of a document.spxml DOM parser parses an XML document, and then builds a DOM tree that can be saved, modified and read.NOTE: spxml is licensed and distributed under the terms of the GNU Lesser General Public License (LGPL). What's New in This Release: · SP_XmlHandle was added, it wraps a node pointer with null checks.


spxml Related Software