VTD-XML Changelog

What's new in VTD-XML 2.12

Feb 2, 2016
  • New features:
  • Namespaced attributes and elements are now addressable without any knowledge of their URL declarations, as defined by the default behavior of DOM.
  • More advanced XPath expression rewriting to improve performance
  • Mixed value string definition now full conforms to DOM/XPath 1.0 spec
  • More parsing logic refactoring and tuning.
  • Bug fixes as reported by vtd-xml users.

New in VTD-XML 2.11 (Jun 21, 2013)

  • New features:
  • Full XPath node() support now added
  • Full XPath text supported
  • Sophiscated XPath rewrite feature added for performance optimization
  • Internal Caching supported for optimization (for certain complex expressions, 1000x improvement is possible)
  • More permissive deletion condition added to XMLModifier
  • Bug fix:
  • Various bug fixes such as in getElementFragment(), getContentFragment()

New in VTD-XML 2.9 (Aug 10, 2010)

  • Added separate VTD indexing generating and loading (see http://vtd-xml.sf.net/persistence.html for further info)
  • Integrated extended VTD supporting 256 GB doc (In Java only).
  • Added duplicateNav() for replicate multiple VTDNav instances sharing XML, VTD and LC buffer (availabe in Java and C#).
  • Various bug fixes and enhancements.

New in VTD-XML 2.4 (Apr 3, 2008)

  • Performance enhancement for small documents
  • More functionalities for in XMLModifier
  • Mixed content support for XPath
  • Various bug fixes and enhancement