Brian Hancock wrote:
Hi,
My Perl script receives data back from a legacy database in the form
of an XML file, which I want to process with an XSL template. I am
thinking of using 'xsltproc' to process the file.
The only way I have used xsltproc is as a commandline , eg
system('xsltproc -
Hi,
My Perl script receives data back from a legacy database in the form of an
XML file, which I want to process with an XSL template. I am thinking of
using 'xsltproc' to process the file.
The only way I have used xsltproc is as a commandline , eg
system('xsltproc -o myoutput.xxx mytempl