yaneurabeya has asked for the wisdom of the Perl Monks concerning the following question:
Hello again Monks,
I am on a quest to implement an XML parser and XML printer to dispose of plaintext logfile parsing in a system at work.
In my effort I've found many parsers but (and I might have missed something here), I haven't found any XML file printers, and I want to avoid creating one of my own if possible.
My current target for a parser is the XML::Parser (expat) module using the stream property.
Any tips or ideas are more than welcome :). Thanks!
-Garrett
|
|---|