Hammy has asked for the wisdom of the Perl Monks concerning the following question:
WHen I use one or the other I get an error. I'd love to say if blah do else do. This seems like a really simple issue, but I can not figure it out from documentation. Building the XML is as follows:$NRE_ID = $XMLref->{'diffgr:diffgram'}->{'NewDataSet'}->{'Table'}->[0] +->{'CLIENT_ID'}; or $NRE_ID = $XMLref->{'diffgr:diffgram'}->{'NewDataSet'}->{'Table'}->{'C +LIENT_ID'};
Thanks.$XMLref = XMLin($returnStr, suppressempty => ''); $xmlstream = Dumper($XMLref);
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Error parsing XML
by GrandFather (Saint) on Mar 01, 2006 at 04:19 UTC | |
by Hammy (Scribe) on Mar 01, 2006 at 04:31 UTC | |
by grantm (Parson) on Mar 02, 2006 at 07:53 UTC |