GeekArticles
XML
Core XML[QOTD:Mike Champion] Infoset, Trees, XPath, Declarative Programming, and Why XML Syntax Doesn't Matter
Author: oreillynet.com |
Published: 2nd Mar 2007 |
Visited: 65 times |
Add CommentFiled in: Core XMLWhere is XML Going? - O'Reilly XML Blog "I do not think that JSON is going to "replace" XML; what I do see though is perhaps the dawning realization that the XML Infoset does not in fact have to be...
Read Article Sponsored Links
Related Articles
• Harnessing JSON Syntax JSON’ s affiliation with Ajax has frankly been overshadowed by XML. As a mark-up language specifically built for JavaScript JSON should be on the frontline in developing Ajax based application. But JSON is overshadowed by XML because the former mark-up language is specifically built to Jav ...
• Ajax XPath XML is a very important part of Ajax. It strings the data together so that it could be read in the client side. This mark-up language ensures that data compatibility across browsers and applications are there. Developers who are using frameworks could easily handle XML because it has been used in ot ...
• [len:QOTD] Ready, Fire, Aim Is it really that taxing... - O'Reilly XML Blog Most of the time when I find a programmer struggling with XML, they are a relational database programmer or an object-oriented programmer, or both. We should have lined these guys u ...
• Clean Up Function Syntax Mess with decltype The funky syntax of a function's return type isn't just unreadable in many cases—it's also a common source of maintenance problems. However, with the new decltype operator your functions will look much cleaner and easier to maint ...