Package: libxml-parser-lite-tree-perl
Version: 0.03-1
Followup-For: Bug #461194
Parsing a simpl XML file (given in [1]) using the perl script given in the
command line below
results in a parser failure:
[EMAIL PROTECTED]:~/tmp$ cat test.xml | perl -e 'use
XML::Parser::Lite::Tree; my $xml; while (<STDIN>) { $xml .= $_; }
XML::Parser::Lite::Tree::instance()->parse($xml);'
junk 'xml version="1.0" encoding="utf-8" ?>
' before XML element
XML File:
<?xml version="1.0" encoding="utf-8" ?>
<testxml>
<text>blah</text>
</testxml>
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.23-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages libxml-parser-lite-tree-perl depends on:
ii libsoap-lite-perl 0.70.04-2 Client and server side SOAP implem
ii perl 5.8.8-12 Larry Wall's Practical Extraction
libxml-parser-lite-tree-perl recommends no packages.
-- no debconf information
______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]