Modules
ADT Database GTK2 GUI IP PiJAX Public Sql Stdio Subversion System Tools Xosd lua v4l2 wx
Recent Changes
Public.Parser.XML2 1.50
Public.ZeroMQ 1.1
Public.Template.Mustache 1.0
Public.Protocols.XMPP 1.4
Sql.Provider.jdbc 1.0
Popular Downloads
Public.Parser.JSON2 1.0
Public.Parser.JSON 0.2
GTK2 2.23
Public.Web.FCGI 1.8
Public.Parser.XML2 1.48
|
Module Information
Public.Parser.XML2
Viewing contents of Public_Parser_XML2-1.16/CHANGES
Version History
Version 1.16
- XMLReader interface complete
- Added a few more Node methods
Version 1.14
- Added HTML parser
- Added XML and HTML parser options
- Fixed compile problems with some versions of libxml2
- Added XMLReader interface, missing a lot of methods currently
- Added Doc loader support for XSLT Stylesheet objects
Version 1.12
- Added XSLT suppport via libxslt.
- Split module into components for easier development.
Version 1.9
- Fixed bug that hid get_node_type()
- Fixed a bunch of segfault causing bugs
- clarification: get_ns() gives the namespace that is defined at the node;
get_nss()["_default"] gives the namespace that's not given a prefix.
Version 1.8
- Added SAX v2 parser
- SAX parser supports namespaces
- More documentation
Version 1.3
- Added set_node_name()
- Added add_ns() and set_ns()
- Added get_root_node() and set_root_node()
- Added select_xpath_nodes() to allow selection of nodes based on an XPath
specification
- Added support for creation of PI nodes
- Added support for setting and deletion of attributes
- More documentation
Version 1.2
- Support for creation of certain types of nodes
- Support for adding children and siblings
- Support for creating new documents
- Support for output of document to XML
- More documentation
- More constants
- Testing clocks this module as 500% faster than Parser.XML.NSTree
Limitations:
- Incomplete Namespace support
- No support for adding attributes to nodes.
- Not all types of node can be created.
- No support for deleting or copying nodes.
Version 1.1
Support for getting namespace information from nodes.
Support for dumping a node to XML.
Support for more node operations, such as getting language.
Constants have been shortened and moved into their own class.
Approximately 30% of methods have documentation now.
Version 1.0
This is the first release of the Public.Parser.XML2 module.
There are very rudimentary parsing and tree navigation methods.
Currently, the tree is static once parsed.
|
|
|