in reply to Re: XML Parsing questions and recommendations?
in thread XML Parsing questions and recommendations?

This does seem easier but I receive this error when reading from my xml file:
not well-formed (invalid token) at line 1, column 2, byte 2:
I would assume that's this line correct:
<?xml version="1.0" encoding="utf-8"?>
I don't see anything wrong with it ???

Replies are listed 'Best First'.
Re^3: XML Parsing questions and recommendations?
by Anonymous Monk on Oct 08, 2008 at 18:23 UTC
    nm...I found my error...had to use $t->parsefile($xml_file); Thanks!