GeekArticles
Java
J2EE.NET and XML: XPath Queries
Author: developer.com |
Published: 10th Aug 2005 |
Visited: 698 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 ...
• Querying a DOM Document with XPath Querying a DOM Document with XPath
One way to access the DOM tree in a DOMDocument object is through an associated DOMXPath object. Identifying a specifi c node or nodes within the DOM tree of a DOMDocument object with this approach involves use of appropriate XPath expressions passed to the...
Vis ...
• Using functions in queries HI,
I am trying to wite a compound sql query which tries to compare data between 2 tables. Firstly, I need to roll up data in table1, to do this I use:
<code>
select SUM(t1.a * t2.b) DOLLARS,
SUM(t1.c) CALLS, SUM(t1.a) MINS, t1.produ ...
• Export Delphi Database Queries to HTML DB Course ::
How to export your data to HTML using Delphi and ADO. This is the first step in publishing your database on the Internet - see how t ...