XSL string parsed! Error while parsing: not well-formed (invalid token) at line 1, column 4, byte 4 at /Cityguides/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. #### use XML::XSLT; my $simple_xsl = qq~ ~; my $source = new XML::XSLT($simple_xsl); print "XSL string parsed!\n"; my $source1 = new XML::XSLT('Data/verysimple.xml'); print "XSL file parsed!\n"; #### # Under Construction