2

Im a noob at perl, I was wondering if any one could help me with a task I need doing.

I have a XML file and a XSLT file, i need to use perl to some how create a html file using these two files. does any one have any ideas on where i can start, or what perl modules I can look at to help me with this ?

2
  • 6
    XML::LibXSLT seems to be a good starting point Commented Sep 18, 2012 at 10:27
  • Besides Perl, maybe you can get your hands on xmlsoft.org/XSLT/xsltproc2.html to do it. Commented Sep 18, 2012 at 11:54

1 Answer 1

1

As @StuartLC suggests, XML::LibXSLT is a good starting point. I've written a system that uses it in production on a large website. The first thing in the manual is a small example that will get you up and running.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.