in reply to Re^2: XML::XSLT problem
in thread XML::XSLT problem

Why are you reading/slurping the file yourself instead of letting XML::XSLT read the file?

Replies are listed 'Best First'.
Re^4: XML::XSLT problem
by Trainer (Initiate) on Mar 19, 2015 at 10:41 UTC
    Actually it is not reading by itself.It gives me an error. I tried the same code with a standard XML file and a standard XSL file and it worked. I am not sure if it is causing because I am using WordXML or it is causing because I am using wordxml2latex stylesheet(I got this template from internet) ... This is very important task for me and it doesn't work

      You can help us help you better by posting the exact error message you get, and the relevant XML and the relevant XSLT parts that cause the error.