How can I generate an XML using Perl and XSLT? -
i want generate xml file using perl , xslt. possible achieve updating xslt dynamically uusing values hash?
or there better solution wirting simple xml file using perl?
the answer "it depends" "simple" xml can printed directly perl data structiures using xml::simple module's xmlout.
for more complicated use xml::writer.
you can read more on handling of xml in perl (including printing it) in perl , xml o'reilly book - examples see chapter 3 online (xml::writer part): http://oreilly.com/catalog/perlxml/chapter/ch03.html
also @ perl-xml faq: http://perl-xml.sourceforge.net/faq/
Comments
Post a Comment