Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Using XML::XSLT to convert XML to CSV

by Joost (Canon)
on Aug 21, 2007 at 19:46 UTC ( [id://634171]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     perl test.pl
    Error while parsing: 
    not well-formed (invalid token) at line 9, column 0, byte 244 at /usr/
    +local/lib/perl5/site_perl/5.8.5/i686-linux-thread-multi/XML/Parser.pm
    + line 187
    
    input.xsl at /usr/local/lib/perl5/site_perl/5.8.8/XML/XSLT.pm line 150
    +7.
    
  2. or download this
    </xsl:template
    
  3. or download this
    Argument syntax of call to XML::XSLT::transform deprecated.  See the d
    +ocumentation for XML::XSLT::transform at test.pl line 9
    Error while parsing: 
    syntax error at line 1, column 0, byte 0 at /usr/local/lib/perl5/site_
    +perl/5.8.5/i686-linux-thread-multi/XML/Parser.pm line 187
    
    XMLFile at /usr/local/lib/perl5/site_perl/5.8.8/XML/XSLT.pm line 1507.
    
  4. or download this
    use strict;
    use XML::XSLT;
    ...
    my $xslt = XML::XSLT->new($xslFilename, warnings => 1);
    $xslt->transform($xmlFilename);
    print $xslt->toString;
    
  5. or download this
    KCNU2073828479792101708/20/200714:0008/20/2007 09:45:00
    KCOU10071877975751901308/20/200714:0008/20/2007 09:45:00
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://634171]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (6)
As of 2024-04-19 08:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found