Articles
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Wednesday, May 16, 2012
Home
Articles & Samples
Dev Search
Sample Chapters
Link to US
Contact
Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > XML > XQuery
Search
DevASP

What's New
What's Hot

SQL Server 2005 XQuery and XML-DML - Part 1       
Total Hits: 275  |  Today: 0 Author: Alex Homer       Rating:  
Read Reviews | Write Review |              Your Rating: 

Ever since the mid 90’s, as XML has evolved to become the optimum way to share, transport and persist data, developers have sought efficient ways to store, manipulate and generally take advantage of its capabilities. Increasingly fast and easy-to-use XML parsers have been developed, transport protocols such as SOAP have been used to implement Web Services around XML, and many applications, tools and programming libraries now include features to import and export their data as XML....

An Introduction to XQuery       
Total Hits: 395  |  Today: 0 Author: Bas de Bakker and Irsan Widarto       Rating:  
Read Reviews | Write Review |              Your Rating: 

The eXtensible Markup Language (XML) started its life as replacement for the immens popularly but limited HTML-format. In time, it became apparent that XML was even more useful "outside the browser" and that it was extremely suitable as a format for data interchange and data storage. The popularity and wide-spread use of XML has led to a large and continuously growing amount of XML documents and a strong demand for efficient storage, query and retrieval solutions.
Initially XML database vend...

Why do I need XQuery when I already have XSLT/XPath?       
Total Hits: 310  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

XQuery is seen by many as being very similar to XSLT. This may be true to some degree, but there are some significant differences that I’ll try to explain here, which make XQuery a querying language, rather than a transforming language, like XSLT....

Reading and Writing XML in .NET Version 2.0 - Part 3, Cont'd       
Total Hits: 259  |  Today: 0 Author: Alex Homer       Rating:  
Read Reviews | Write Review |              Your Rating: 

Having seen how the XPathDocument provides read-only access to XML documents, and supports techniques for persisting the XML in various ways, we'll now look at the XmlDocument class. This is a far more complex class, providing full support for the XML DOM Level 2 methods. However, in line with the topics of these three articles, we'll be concentrating here on the capabilities for reading and writing XML....

What is XQuery?       
Total Hits: 448  |  Today: 0 Author: Per Bothner       Rating:  
Read Reviews | Write Review |              Your Rating: 

XQuery is a powerful and convenient language designed for processing XML data. That means not only files in XML format, but also other data including databases whose structure -- nested, named trees with attributes -- is similar to XML.XQuery is an interesting language with some unusual ideas. This article provides a high level view of XQuery, introducing the main ideas you should understand before you go deeper or actually try to use it....

XQuery, Death of the Database       
Total Hits: 714  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

XQuery is a strongly typed XML Query Language that mimics the functionality that the SQL language provides to query relational databases. One of the advantages of XQuery is that it can query XML documents whether they are housed in relational databases, freestanding documents or strings dished up from business objects in the middle tier.
...

SQL Server 2005 XQuery and XML-DML - Part 2       
Total Hits: 83  |  Today: 0 Author: Alex Homer       Rating:  
Read Reviews | Write Review |              Your Rating: 

This is the second in a series of three articles that look at how the latest version of Microsoft’s enterprise-level database, SQL Server 2005, now offers great support and close integration with XML as a data persistence format. This includes new ways to validate, store and query XML documents that are stored within the database. SQL Server 2005 provides native support for XML that can vastly improve application performance, while supporting robust and safe multi-user access to the data contain...


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com