Re: [PHP] print_r() and SimpleXML

2004-12-02 Thread Paul Reinheimer
Thanks a lot, I read the SimpleXML page a lot, but didn't drop into the ->attributes page itself. again, thanks paul. On Tue, 30 Nov 2004 23:34:14 -0800, Rick Fletcher <[EMAIL PROTECTED]> wrote: > [snip] > > when using print_r on a SimpleXML object that has > > attributes, the attributes are no

Re: [PHP] print_r() and SimpleXML

2004-11-30 Thread Rick Fletcher
[snip] when using print_r on a SimpleXML object that has attributes, the attributes are not shown. I would propose that this is not the desired response. When using print_r on an object, it should display all available information (even, as the manual indicates, private and/or protected properties)

[PHP] print_r() and SimpleXML

2004-11-30 Thread Paul Reinheimer
Hi All, All of my research seems to indicate that print_r() and SimpleXML are amongst the two most usefull things to have when working with XML documents. However, when using print_r on a SimpleXML object that has attributes, the attributes are not shown. I would propose that this is not the desi