http://qs321.pair.com?node_id=584616


in reply to XML::XSLT problem

Is XML::XSLT up to date? Old versions (0.20 and earlier) don't have a new method.

Replies are listed 'Best First'.
Re^2: XML::XSLT problem
by artist (Parson) on Nov 16, 2006 at 23:05 UTC
    I am using version 0.48 for XML::XSLT as recently downloaded from CPAN. I copied that in my home directory and now, I get the message : Can't call method "createDocumentFragment" on an undefined value at XML/XSLT.pm line 766.
    --Artist
      
      

      This sounds like you are trying to process a stylesheet without having loaded an XML document first. Please could you supply the smallest piece of code and sample XML and XSLT files that give this error - I'm pretty sure the code you have above wouldn't do this because it XML::DOM's createDocumentFragment() is only used when certain XSLT directives need to insert generated elements into the outout document.

      BTW don't bother following up the cpanforum posting, I'm not going to respond in both places.

      /J\

        Thanks, gellyfish.
        When I used a different XSL file, I don't see this error and everything works fine. But, I still like to have my original XSL file working. I am not the author of XSL file.
        --Artist