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

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

Replies are listed 'Best First'.
Re^8: xml::xslt xpath question (solution)
by Anonymous Monk on Jul 06, 2009 at 21:46 UTC
    Thank you ikegami (Sage), It now runs without error.