How can I generate an XML using Perl and XSLT?

Posted by swatirekha on Stack Overflow See other posts from Stack Overflow or by swatirekha
Published on 2010-04-28T12:24:21Z Indexed on 2010/04/29 8:07 UTC
Read the original article Hit count: 249

Filed under:
|
|

I want to generate an XML file using Perl and XSLT. Is it possible to achieve this by updating the XSLT dynamically by uusing values from a hash?

Or is there any better solution for wirting a simple XML file using Perl?

© Stack Overflow or respective owner

Related posts about perl

Related posts about Xml