Re: [PHP] Re: SimpleXML is creating nodes when it shouldn't...

2006-05-12 Thread Marcus Boerger
Hello D., SimpleXML was never ever designed to have methods. If you prefer methods then you probably might be better with xmlReader or Dom. Either way i *may* do something about it. Right now it perfectly fits my needs :-) best regards marcus Friday, May 12, 2006, 5:42:23 PM, you wrote: > Mar

Re: [PHP] Re: SimpleXML is creating nodes when it shouldn't...

2006-05-12 Thread D. Dante Lorenso
Marcus Boerger wrote: I think that's a bug and not a feature. Why was this changed? It is called write support. I think we are going to add a flag so that one can specify whether write support is enabled or not. Creating data without using '=' assignment or calling a function is scar

[PHP] Re: SimpleXML is creating nodes when it shouldn't...

2006-05-12 Thread Marcus Boerger
Hello D., Friday, May 12, 2006, 5:29:42 AM, you wrote: > I've recently upgraded to PHP 5.1.4 from 5.1.2 and noticed that in 5.1.3 > there were changes made to SimpleXML. Now, when I touch an element > which didn't used to exist, instead of acting like it didn't exist, it > creates it! That's