in reply to Re^2: Loading a Local XML File
in thread Loading a Local XML File
Use parse() method for file handle, not parsefile()
or with filename using parsefile()#$parser->parsefile($fileStream); $parser->parse($fileStream);
poj$parser->parsefile('sample_xml.xml');
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Loading a Local XML File
by novicepl (Initiate) on Aug 27, 2019 at 15:21 UTC | |
by poj (Abbot) on Aug 27, 2019 at 15:45 UTC |