summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Node
AgeCommit message (Collapse)AuthorFilesLines
2001-05-25install example XML fileshubertf2-3/+15
2001-05-12fix checksum - distfile was changed without version bumphubertf1-3/+3
2001-05-09Move to SHA1, add sizes.wiz1-2/+3
Slightly different distfile (parse -> parsefile in one place).
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-04fix DEPENDS linehubertf1-2/+2
2000-12-28Add p5-XML-Node-0.10:hubertf5-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.