| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ] |
| Articles Links | Specifications Tools |
- Using XQuery and VoiceXML by Martin Brown - [Clicks: 5]
XQuery and VoiceXML are a perfect combination. XQuery provides a very simple and direct method to generate XML documents from other XML documents. Because you can pick and choose the different elements that you want from the source XML file, and format the output file in any way you wish, you can easily produce a VoiceXML document that contains the exact information you need. In this tutorial, you see how to employ XQuery with XML documents to build complex and dynamic systems that take input and information from a VoiceXML environment and combine them with existing XML documents to produce interactive applications.
[Formats: html, pdf]
http://www.ibm.com/developerworks/edu/x-dw-x-xqueryvxml.html - May, 2008 - Use XQuery from a Java environment by Brett D. McLaughlin - [Clicks: 6]
XML data format can be hard to search, but with the fairly recent introduction of the XQuery API, XML searches are now flexible and easy to perform. For Java programmers who work with XML documents using SAX, DOM, JDOM, JAXP, and more, the XQuery API for Java is a welcome addition to the programmer's toolkit. Now the power of XQuery is available to Java programmers without resorting to system calls or unwieldy APIs, all in a Sun-standardized package.
http://www.ibm.com/developerworks/library/x-xjavaxquery/ - Apr, 2008 - How XQuery extends XPath by Donnie Cameron - [Clicks: 7]
XPath and XQuery are similar in some ways. XPath is even an integral part of XQuery. Both languages allow you to select bits of data from an XML document or an XML document store. In this article, you'll find descriptions of XPath and XQuery, and learn how XQuery extends XPath.
http://www.ibm.com/developerworks/xml/library/x-xqueryxpath.html - Apr, 2008 - Aggregate RSS and Atom information using XQuery by Martin Brown - [Clicks: 5]
XQuery makes it much easier to merge and filter information from XML documents when you embed the filtering instructions right into the document that you use to generate the output format. You can use that functionality to aggregate information from RSS and Atom feeds into the format you need. In this article, look at the structure of the RSS and Atom formats and how XQuery can simplify the display of that information.
[Includes sample code]
http://www.ibm.com/developerworks/xml/library/x-xqueryrss/index.html - Feb, 2008
- XQuery.com: Specifications, Articles, Mailing List, and Vendors by Jason Hunter - [Clicks: 13]
This site contains real-life help for XQuery developers. We have mailing lists, original content, fast links, and other material that make this the best place outside the W3C to look for XQuery information. The site was created by Jason Hunter, creator of Servlets.com, and he hopes this site will help XQuery developers the way Servlets.com has helped servlet developers.
http://www.xquery.com/
- JSR 225: XQuery API for Java (XQJ) - [Clicks: 3]
Develop a common API that allows an application to submit queries conforming to the W3C XQuery 1.0 specification and to process the results of such queries.
http://www.jcp.org/en/jsr/detail?id=225
- XQuery Normalizer and Static Analyzer by Deepak M. Srinivasa, Rajeshwari Rajendra - [Clicks: 12]
XQuery Normalizer and Static Analyzer (XQNSTA) is a Java API and GUI for normalizing and computing the static type of XQuery expressions. The tool consists of two components: the Normalizer and the Static Analyzer. The tool includes a graphical user interface (GUI) for entering the XQuery expression and for displaying the results. The tool also includes a Java API so that programmers can process XQuery expressions in their applications.
http://www.alphaworks.ibm.com/tech/xqnsta