Quote:
|
XML is a waste of time and largely unsupported so why bother?
|
As a programmer having several years of experience on this field, XML is far from being unsupported and a waste of time.
When you do things in your little corner, it might by overkill, but as soon as you need to exchange datas between differen systems (or applications) you don't manage, it's literraly a savior.
Probably you are throwing it because you were not using it in the right situation, or with the good approach, but trust me, it's VERY easy and fast to alter it to render nearly anything.
I develop every sites I do with XML and XSLT, and it does have reduced the templating and code handling time I spent on my pages.
And by the way, if you have heard about the DOM tree of your browser (you know, that thingy firefox include to let you inspect the source of a web page) ?
Well, it's pure XML. Javascript DOM functions are supported in every browser since IE 5.5 (he was the first) and since then almost every modern web browser can create a web page receiving XML and XSL.
__________________
Listen to the ducky: "This is awesome!!!"
|