in reply to Which XML parser for this type of xml queries
My guess is that you really do have some garbage at the end of your document - have you printed it out with, say, single quotes around it so that you'd me more likely to spot something funny? I.E.$ perl -MData::Dumper -MXML::Simple -e 'print Dumper XMLin(q{example.x +ml});' $VAR1 = { 'objects' => { 'object' => { 'cur_date' => {}, 'cur_time' => {}, 'ecl_couloir' => {} } } };
print "xml content: '$xml'\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Which XML parser for this type of xml queries
by Anonymous Monk on Dec 07, 2008 at 00:19 UTC | |
by davidrw (Prior) on Dec 07, 2008 at 01:09 UTC |