Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: XML::Parser question.

by Arrowhead (Monk)
on Nov 04, 2002 at 19:07 UTC ( [id://210251]=note: print w/replies, xml ) Need Help??


in reply to XML::Parser question.

The error
syntax error at line 1, column 0, byte 0 at /usr/lib/perl5/vendor_perl/5.6.1/i386-linux/XML/Parser.pm line 185
Looks like it is complaining about the first character of your XML file. My guess is that you have an empty line before the <?xml version='1.0'?> line, which should really be the very first thing in the file.

That is, every XML file should begin with a < character.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (2)
As of 2024-04-25 21:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found