Generating 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/28
14:23 UTC
Read the original article
Hit count: 385
perl
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