in reply to Re: Perl has plenty of XML parsers, but is there an XML printer?
in thread Perl has plenty of XML parsers, but is there an XML printer?
XML printer => a module that prints out XML compatible spec strings to file descriptors :).
Anyhow, I'll look into XML::*Writer. I looked at XML::Twig, but I'm not sure it's what I'm aiming for (was targeted for partial XML file parsing from what the author wrote).
My work's Perl dist also doesn't have a lot of the more esoteric XML Perl modules, and because I'm trying to conform to cross site Perl distributions, I'm avoiding the less popular XML solutions.
Could a list of (the more popular) modules that do both parsing and printing be provided?
Thanks!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Perl has plenty of XML parsers, but is there an XML printer?
by GrandFather (Saint) on Jul 19, 2007 at 23:28 UTC | |
by yaneurabeya (Novice) on Jul 20, 2007 at 00:12 UTC |