in reply to Re^2: Using XML::XSLT to convert XML to CSV
in thread Using XML::XSLT to convert XML to CSV
hey,
i had the same problem using parser.pm on windows xp machine for absolute paths.
solved by adding "file:///" on the beginning of the path
ex: XML::XSLT->new ("file:///C:/mypath/to/something.xsl" );
|
|---|