Hey All, Here's the latest addition to the 1.7.0 line. It's available from the usual places:
* Apache: http://xml.apache.org/dist/xerces-p/stable/ * CPAN: http://perl.com/CPAN/modules/by-authors/Jason_E_Stewart/ (it might take a bit before your local CPAN is updated) The most useful bits are the new API additions: * DOM_TreeWalker * DOM_NodeIterator * XMLScanner See the tests in the t/ directory for more info on how to use them. Download and enjoy, jas. -- >From the Chages file: 1.7.0-1 Wed Apr 24 22:07:13 MDT 2002 - Second release that supports Xerces-C-1.7.0 - Added support for DOM_NodeIterator and DOM_TreeWalker - Added basic support for XMLScanner - DOM_Document's will now stay alive even if the DOMParser that created them goes out of scope. This means it is possible to have a subroutine that parses a file and returns the resulting DOM_Document. This used to cause a segfault. - Fixed overloaded InputSource constructors that were using char* versions instead of Unicode versions - Many internal changes that improve code generation and maintenance, thanks to the ever-improving SWIG. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
