Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (9m)  pkgsrc-2024Q1 (3d)  pkgsrc-2023Q4 (77d)  pkgsrc-2023Q2 (109d) 

2024-06-17 08:16:49 UTC Now

2008-01-24 07:17:34 UTC MAIN commitmail json YAML

Update to 1.10.

Major updates since version 1.9 include:

* Support for XML 1.1 and Namespaces in XML 1.1.
* Added support for IBM XLC 7.0 compiler on Linux.
* Improved and stabilized C pluggable memory management functionality.
* Various improvements in Xalan XML serializers for better performance and stability.
* Upgrade from Xerces-C 2.6 to Xerces-C 2.7.

Major updates since version 1.8 include:

* Pluggable Memory Management. This feature allows applications to maintain
  precise control over memory allocations. This will allow users, with
  knowledge of their application's characteristics, to provide a more
  efficient allocation method than the general purpose procedures provided
  by the system. for more information on how to use this feature, please see
  the Pluggable Memory Management section of the Programming page.
* Improved stability on the execution of large stylesheets and XML documents.
  Because the current implementation relies on function recursion, certain
  stylesheets/input documents may cause the program stack to overflow and
  cause the application to fail. It also may inhibit executing stylesheets
  that are heavily dependent on recursive functions. This feature will
  prevent these types of failure.
* Provided a global option to pool all text node strings. This feature
  allows developers to set a flag to determine if a parsed source tree will
  pool the values of all of the text nodes in the XML document. By doing so,
  this can result in a significant reduction in memory usage, particularly
  if there are a lot of repeated values in text nodes. Please see the class
  descriptions for XalanSourceTreeDocument, XalanDefaultParsedSource, and
  XalanTransformer in the API Reference section for more information.

... and more, see: http://xml.apache.org/xalan-c/whatsnew.html

(xtraeme)