in reply to Re^5: xml::xslt xpath question (solution)
in thread xml::xslt xpath question

I don't understand. Where should I apply this to fix my problem? Thanks for your help!
  • Comment on Re^6: xml::xslt xpath question (solution)

Replies are listed 'Best First'.
Re^7: xml::xslt xpath question (solution)
by ikegami (Patriarch) on Jul 06, 2009 at 21:34 UTC
    In XML/XSLT.pm. You can find the full path using the following:
    perl -e'use XML::XSLT; print $INC{"XML/XSLT.pm"}'

    Update: Or

    perldoc -l XML::XSLT
      Thank you ikegami (Sage), It now runs without error.