v2: XML: :Simple-handling {changing element name}

2006-07-26 Thread BW
what other options I have to identify the varying element name in the code. --- BW <[EMAIL PROTECTED]> wrote: > How (assuming it does) does XML::Simple deal with an > XML element whose value changes throughout the > course > of the Dumper output? > > XML::Simple code sni

XML: :Simple-handling {changing element name}

2006-07-26 Thread BW
his, but none of the modules briefly described there seem to be likely choices at this point. Thanks, BW __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- To unsubscribe, e-mail: [EMAIL

Re: XML: :Simple -- still can't print: Dumper OK

2006-07-26 Thread BW
. Once I put that item in place, I started seeing output. Thanks for all your assistance. --- "Mumia W." <[EMAIL PROTECTED]> wrote: > On 07/25/2006 03:36 PM, BW wrote: > > Mumia W. wrote: > >> Did you enable ForceArray? > >> > >> Did you us

Re: XML: :Simple -- still can't print: Dumper OK

2006-07-25 Thread BW
my dataschema name: foreach $d (@{$data->{dataschemas}}) { print "Dataschema: $d->{name}\n"; } It won't print. I won't include all the variants on the $d->{name} line I've tried, but all the results are the same: nothing outputs. BW ___