XML, XSL and PERL

webmasterbeta

New Member
We're creating a portal site and trying to get xml docs from providers byHTTP Request and storing the xml files on our end and they get updated bya cron script. Can anyone please tell us what we need to do to and what touse (as detailed as you can) to:Given an xml doc, transform it into an html dynamically (not manually) onthe UNIX server (we cant use ASP ADO thing, so we're stuck with using Perland XSL i guess??) Do we need to upload an xml and xsl together in a perlscript that uses the XML::Parser module to transform the xml into an html?We would like the html output printed as a static html file into a folderthat will be referenced by SSI on the web pages (trying to reduce any clientorserver side processing whereby the script is run only twice a day say). Orhow does this really work?Thank you. you can email me with a respose at <!-- e --><a href="mailto:[email protected]">[email protected]</a><!-- e --> :)
 
Back
Top