El 03-04-11 14:41, Jason Pruim escribió:
So the subject says it all... And yes I know this isn't related to PHP but it's 
the weekend and I trust the opinions on this list more then any other list I 
have seen. I've been doing alot of reading on XML and honestly it looks pretty 
cool... BUT the question is... Is it truly useful or is it just another layer 
that we have to write?

 From what I can tell it looks like it could stabilize some of my programming 
in regards to databases, and possibly if I have to move information from one 
application to another.

But is it worth the added coding or should I just interact with the pieces 
directly?

Thoughts? Questions? Flames? :)
I think it is pretty useful, not for internals, but to communicate with other apps such as Adobe Flash or any other system which involves trespassing information.

SimpleXML is very easy to work with, you'll only need a valid XML file to read in case of reading. If you need CDATA support, SimpleXML can be extended with this:
http://coffeerings.posterous.com/php-simplexml-and-cdata

Greetings.

--
unreal4u.com <http://unreal4u.com/>
CHW <http://www.chw.net/>
Mi Twitter <http://twitter.com/unreal4u>

Reply via email to