Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-05-25 | install example XML files | hubertf | 2 | -3/+15 | |
2001-05-12 | fix checksum - distfile was changed without version bump | hubertf | 1 | -3/+3 | |
2001-05-09 | Move to SHA1, add sizes. | wiz | 1 | -2/+3 | |
Slightly different distfile (parse -> parsefile in one place). | |||||
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 1 | -1/+1 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-01-04 | fix DEPENDS line | hubertf | 1 | -2/+2 | |
2000-12-28 | Add p5-XML-Node-0.10: | hubertf | 5 | -0/+34 | |
If you are only interested in processing certain nodes in an XML file, this module can help you simplify your Perl scripts significantly. The XML::Node module allows you to register callback functions or variables for any XML node. If you register a call back function, it will be called when the node of the type you specified are encountered. If you register a variable, the content of a XML node will be appended to that variable automatically. |