|
|
| P is for Practical | |
| PerlMonks |
Re: XML::XSLT questionby runrig (Abbot) |
| on Jan 29, 2013 at 00:52 UTC ( #1015782=note: print w/ replies, xml ) | Need Help?? |
|
Is it possible to print the transformed results to a file Yes, open a file and use $parser->toString() to print the string to a file. But if at all possible, you should be using XML::LibXSLT instead, it is still actively maintained (though it can be harder to install since it requires libxml).
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||