How can I generate an XML using Perl and XSLT?
- by swatirekha
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?