Re: XSLT processing

2006-11-18 Thread Sean Davis
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 -

XSLT processing

2006-11-18 Thread Brian Hancock
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