From null@ActiveState.com Sat Apr 11 11:56:37 1998 To: quilt@bitsko.slc.ut.us, perl-xml@ActiveState.com Subject: UPD: XML-Grove-0.03 From: Ken MacLeod <ken@bitsko.slc.ut.us> Date: 11 Apr 1998 11:26:44 -0500
A new version of XML::Grove is available at http://bitsko.slc.ut.us/~ken/perl-xml/.
Changes include:
a new module XML::Grove::AsCanonXML for returning a string or writing XML objects in ``Canonical XML'' format, a simple format without parsed entity references or a DTD. [Cf. ] http://www.jclark.com/xml/canonxml.html
XML::Grove::AsString has been rewritten using XML::Grove::Visitor.
XML::Grove::AsString can now take a file handle to write to a file.
XML::Grove::Visitor methods now return a list of the results of traversing the tree.
bug fix: element attributes were documented as an array of characters or entity references, but in fact were currently a simple scalar as XML::Parser provides. It's now documented that it may be either an array or a scalar, and Iter and Visitor have been fixed accordingly. I expect a tree builder option could be used to force it either way for convenience.
Any feedback you might have would be greatly appreciated!
-- Ken MacLeod ken@bitsko.slc.ut.us ..................................... To leave this list, send an email message to ListManager@ActiveState.com with the following text in the body: Unsubscribe Perl-XML For non-automated Mailing List support, send email to ListHelp@ActiveState.com