| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ] |
| Articles Tutorials |
- XQuery's Niche by Edd Dumbill - [Clicks: 8]
XQuery has been much hyped, but is it sufficiently different from XSLT to be successful? Edd Dumbill follows a debate looking for XQuery's niche.
http://www.xml.com/pub/a/2004/12/29/deviant.html - Dec, 2004 - XQuery: A New Way to Search by Caroline Kvitka - [Clicks: 11]
XML has grown to become the de facto standard for data representation. This growth in popularity has spurred the need for a way to search XML documents for specific information and to scour repositories of documents represented in XML to find specific documents. Enter the XML Query language—XQuery—a language designed specifically for querying collections of XML data. The challenge for XQuery is to search XML documents and pull out the document that you want or the parts of the document that you want efficiently, easily, reliably, and predictably.
http://www.oracle.com/technology/oramag/oracle/05-jan/o15industry.html - Dec, 2004 - XQuery: Reporting XML Data. Using XQuery and templates by Seshu Kumar Adiraju, Srinivas Thonse - [Clicks: 5]
Reporting is an important functionality in software business applications and is now increasingly required for XML data. Applications typically generate reports by extracting relevant information from a database.
[Includes source code]
http://www.sys-con.com/story/?storyid=46875&DE=1 - Oct, 2004 - Navigation in XQuery by Michael Brundage - [Clicks: 4]
This chapter explores how XQuery provides a litany of navigation expressions. It is designed to be a language in which queries are concise and easily understood. It is also flexible enough to query a broad spectrum of XML information sources, including both databases and documents.
http://www.informit.com/articles/article.asp?p=170891 - May, 2004 - BumbleBee, the XQuery Test Harness by Jason Hunter - [Clicks: 6]
Jason Hunter introduces a testing framework for XQuery, which lets you write tests for your own queries and verify query engine interoperability.
http://www.xml.com/pub/a/2003/03/10/bumblebee.html - Mar, 2004 - XQuery In Workshop by Balazs Fejes - [Clicks: 18]
How to work with XQuery - the 10 Times More Productive Way! This article will explore the XQuery support and limitations in WebLogic Workshop.(With tips on how to get a new PC from your boss!)
http://fb2.hu/x10/Articles/XQueryInWorkshop.html - Jan, 2004 - XQuery for fun by Balazs Fejes - [Clicks: 9]
All you need to know to get started with XQuery(and to have fun with it)
http://fb2.hu/x10/Articles/XQueryforfun.html - Jan, 2004 - Introduction to XQuery by Weiqi Gao - [Clicks: 7]
In this article, I try to get you started exploring XQuery to see if you can take advantage of it today.
http://www.ociweb.com/jnb/jnbJan2004.html - Jan, 2004 - XQuery Tricks and Traps by Jason Hunter - [Clicks: 9]
To help you better understand how to correctly form XQuery queries, I focus in this article on important but tricky and commonly misunderstood aspects of the XQuery language. I warn you: Things will get hairy beyond this point. But it's better to have fair warning of the complex parts than to have to deduce it on your own when your query fails. This article is based on the May 2003 XQuery specification drafts.
http://otn.oracle.com/oramag/oracle/04-jan/o14dev_xml.html - Jan, 2004
- Use XQuery to transform an XML vocabulary into RDF by Howard Katz - [Clicks: 16]
This tutorial shows you how to use XQuery to transform a specific XML vocabulary into RDF using RDF/XML as an intermediary medium. The query that you'll develop exhibits a number of basic XQuery syntactic features. The syntactic mechanisms discussed are useful both in this particular exercise and in transforming between XML vocabularies in general. A discussion of available tools covers several common XQuery processors, as well as an online RDF validation service that's used to check the correctness of the final RDF. RDF and RDF/XML are explained in sufficient detail (albeit briefly) that novice readers should be able to understand the context of what's going on.
[Formats: HTML, PDF, Zip]
http://www-106.ibm.com/developerworks/edu/x-dw-xqrdf-i.html - Sep, 2004