Thursday, January 11, 2007

PHP & XML

Have you ever tried using XML in your PHP applications?

It's not so easy task using PHP4. I definitely understood that yesterday when I tried to use the PHP's internal XML parser.
Why TF (The Fuck) it doesn't returns a multi-dimentional array build on the XML's data?
Insted of this PHP's XML parser returns an one-level array with all the tags. Gosh that's awful. :)

Finally I have to made my own class to handle XML files. I'm sick of sucking PHP software. :)