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. :)
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. :)



2 Comments:
Searched for smth similar to you class ?
Mybe switch to another lang ? :-P
By
Евгени Спасов, at 5:10 PM
Are you lud? :)))
By
Svilen Spasov, at 9:23 PM
Post a Comment
<< Home