ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> pear-general
pear-general
[PEAR] [ANNOUNCEMENT] XML_Transformer-0.8 (stable) Released.
by PEAR Announce other posts by this author
Oct 7 2002 7:13AM messages near this date
[PEAR] [ANNOUNCEMENT] Translation-1.2 (beta) Released. | [PEAR] [ANNOUNCEMENT] Net_Ident-1.0 (stable) Released.
The new PEAR package XML_Transformer-0.8 (stable) has been released at http://pear.php.net/.

Release notes
-------------
+ Added DocBook namespace handler.

+ Added Widget namespace handler.

* Renamed XML_Transformer_Cache and XML_Transformer_OutputBuffer
  to XML_Transformer_Driver_Cache and XML_Transformer_Driver_OutputBuffer
  respectively.

* Significant performance improvement by preventing unnecessary
  recursive parsing.

  By returning

    array(
      $cdata,
      true
    )

  instead of

    $cdata

  a callback handler for the endElement event can notify the
  Transformer not to recurively process its result.

* Improved debugging information.

* The target to which error messages and debugging information
  are beeing sent can now be configured using setLogTarget().

  The default target is the error.log.

Package Info
-------------
With the XML/Transformer class one can easily bind PHP
functionality to XML tags, thus transforming the input XML tree
into an output XML tree without the need for XSLT.

Related Links
-------------
Package home: http://pear.php.net/package-info.php?package=XML_Transformer
   Changelog: http://pear.php.net/package-changelog.php?package=XML_Transformer
    Download: http://pear.php.net/get/XML_Transformer-0.8.tgz

Authors
-------------
Sebastian Bergmann <sb@[...].de>  (lead)
Kristian Köhntopp <kk@[...].de>  (developer)


-- 
PEAR General Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved