Help for this page

Select Code to Download


  1. or download this
    XSL string parsed!
    Error while parsing: 
    not well-formed (invalid token) at line 1, column 4, byte 4 at /Citygu
    +ides/local/lib/perl5/site_perl/5.6.1/sun4-solaris/XML/Parser.pm line 
    +185
    
    Data/verysimple.xml at /export/home/vlad/scratch/LIB/XML/XSLT.pm line 
    +1150.
    
  2. or download this
    use XML::XSLT;
    
    ...
    my $source1 = new XML::XSLT('Data/verysimple.xml');
    
    print "XSL file parsed!\n";
    
  3. or download this
    # Under Construction