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
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
. 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
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
___