2005-04-22 22:22 chris
* Build.PL, LICENSE, README, lib/CAM/XML.pm: v1.12 Relicense
Documentation
2005-02-15 10:04 chris
* MANIFEST, index.html, lib/CAM/XML.pm, t/xml.t:
v1.11 Fix a bug in the XPath code where, e.g., "/tag[2]" was
mishandled. The bug only manifested when both a tag and a
selector were present. One or the other alone worked fine.
2004-11-24 16:41 chris
* lib/CAM/XML.pm: getInnerText for text nodes
2004-11-24 16:16 chris
* lib/CAM/XML.pm, t/xml.t: v1.10 Add more XPath support
2004-11-21 14:52 chris
* lib/CAM/XML.pm: Add getAttributes method
2004-11-01 10:57 tasc
* lib/CAM/XML.pm: Fix SIG{WARN} and SIG{DIE} problems
2004-09-27 12:10 chris
* lib/CAM/XML.pm, t/xml.t: v1.03 Bugfix: ampersands, etc, were not
escaped when trying to output pretty XML
2004-07-02 17:22 chris
* Build.PL: Add wait support, a few other tweaks
2004-06-07 10:37 chris
* lib/CAM/XML.pm, t/xml.t: Added test and a bugfix
2004-06-07 10:24 chris
* lib/CAM/XML.pm: v1.02 Add -textformat argument to toString() to
allow slightly more compact, yet readable, XML output
2004-04-01 13:55 chris
* Makefile.PL, lib/CAM/XML.pm: v1.01 Clear the die handler before
parsing XML.
2003-09-18 17:13 chris
* Build.PL, COPYRIGHT, LICENSE, MANIFEST, Makefile.PL, README,
XML.pm, index.html, test.pl, lib/CAM/XML.pm, t/xml.t: v1.00
Update for new build and license infrastructure
2003-08-07 13:18 chris
* XML.pm, test.pl: v0.29 Add setChildren() method
2003-08-07 13:00 chris
* XML.pm, test.pl: v0.28 Added new methods getAttributeNames() and
getChildNodes() Added new tests
2003-06-26 07:40 chris
* XML.pm, test.pl: v0.27 added getChildNode method
2003-06-02 17:00 chris
* XML.pm: Better file handling
2003-06-02 15:11 chris
* XML.pm: v0.26 Improve interface to the parse() method to handle
filenames correctly
2003-04-22 18:41 chris
* XML.pm: v0.25 Allow CAM::XML::Text objects to be add()ed
2003-04-21 12:43 chris
* XML.pm, test.pl: Repair and improve the getPathNodes() method
(still v0.24)
2003-04-21 11:54 chris
* XML.pm, test.pl: v0.24 - add accessors: getName, getAttribute,
getNodes by path
2003-03-31 13:28 chris
* XML.pm, test.pl: Add removeWhiteSpace function
2003-03-18 13:20 chris
* XML.pm, test.pl: Use "-" prefixes for arguments to getNodes
2003-03-18 11:13 chris
* XML.pm, test.pl: v0.22 Added getNodes method
2003-02-25 12:17 chris
* XML.pm, test.pl: Add getInnerText() method and a test for it.
2003-02-21 22:31 chris
* XML.pm: Change property "attrs" to "attributes"
2003-02-21 22:10 chris
* Makefile.PL, README, XML.pm, test.pl: v0.20 Add parsing ability.
Don't alter data until we are writing it out (i.e. live data
structure should reflect input, not output). Update test
script. Make text elements be objects.
2003-02-21 08:40 chris
* XML.pm, test.pl: v0.13 Add formatting options to toString. Add
tests for the new formatting options.
2003-02-20 16:39 chris
* XML.pm: v0.12 If a tag has no body, end it with a "/>" as an
unpaired tag.
2003-01-17 09:47 chris
* XML.pm: update AUTHORS (still v0.11)
2003-01-17 09:40 chris
* XML.pm, test.pl: Add CDATA option
2003-01-16 17:39 chris
* XML.pm, test.pl: v0.10 Add test
2003-01-16 17:28 chris
* COPYRIGHT, MANIFEST, Makefile.PL, README, XML.pm, test.pl:
Initial import
2003-01-16 17:28 chris
* COPYRIGHT, MANIFEST, Makefile.PL, README, XML.pm, test.pl:
Initial revision