GeekArticles
Java
J2EE.NET and XML: Part 1: XPath Queries
Author: developer.com |
Published: 10th Aug 2005 |
Visited: 555 times |
Add CommentFiled in: J2EEBy Klaus Salchner Go to page: 1 2 Next The W3C (the World Wide Web Consortium, http://www.w3.org ) published the XML 1.0 specification on February 10th, 1998. The XML 1.1 specification was published six years later, on February 4th, 2004. In these six years, XML has taken the industry by storm. XML has become the standard for how to describe and exchange data. The current primary development platforms, .NET and J2EE, support XML natively. All modern enterprise applications-may it be a...n
Read Article Sponsored Links
Related Articles
• 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 ...