On CHOW: Does drinking ice water burn calories?
26 Resources for

XQuery

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

MSDN Webcast: SQL Server 2005 Essentials: XQuery (Part 9 of 14) (Level 200)
XML brings with it some powerful query languages for dealing with the hierarchical format that it typical of an XML document. This webcast shows how to use XQuery functions with the XML data type. It covers XQuery integration and discusses the fundamentals of XQuery itself.
Tags: Microsoft Developer Network, Webcast, Microsoft SQL Server, XQuery, Microsoft SQL Server 2005, XML, Software/Web Development, Web Development
Webcasts
Projecting XML Documents
XQuery is not only useful to query XML in databases, but also to applications that must process XML documents as files or streams. These applications suffer from the limitations of current main-memory XQuery processors which break for rather small documents. This paper proposes techniques, based on a notion of projection...
Tags: XML Document, XQuery, XML, Software/Web Development, Web Development
White papers
XQuery USE ME (XqUSEme) (3)
XqUSEme is written to allow XQueries in Firefox via the open-source Saxon-B XQuery engine, or, with an extra download, via the Berkeley DB XML native XML database. The latter can also allow storage of XML documents but it is about 52 MB to download, and about 400+ MB after installation....
Tags: XQuery, XqUSEme, XML, Software/Web Development, Web Development
Software downloads 2008-01-22
Update XML in DB2 9.5
One of the most significant new features in IBM DB2 9.5 for Linux, Unix and Windows is the XML update functionality. The previous version, DB2 9, introduced pureXML support for storing and indexing of XML data and querying it with the SQL/XML and XQuery languages. Modifications to an XML document...
Tags: XQuery, IBM DB2, XML, Databases, Enterprise Software, Software/Web Development, Web Development, Software, Data Management
White papers 2007-10-11
pureXML in DB2 9: Which Way to Query Your XML Data?
DB2 9 introduces pureXML support, which means that XML data is stored and queried in its inherent hierarchical format. To query XML data, DB2 offers two languages, SQL/XML and XQuery. One can use XQuery and SQL separately, but one can also use XQuery embedded in SQL and vice versa. This...
Tags: pureXML, XQuery, SQL, XML-Data, IBM DB2, DB2 9, XML, Databases, Enterprise Software, Software/Web Development, Web Development, Software, Data Management
White papers 2007-08-28
Unleashing the Power of the Query - Querying Relational and XML Data Using SQL/XML and XQuery
Users of DB2 UDB Version 8.x XML functionality might be familiar with some SQL/XML publishing functions, but XQuery is a new language that has been added to DB2. One needs to understand it a little better and see how it works with SQL/XML to query and publish XML data in...
Tags: XQuery, SQL, XML-Data, IBM DB2, XML, Databases, Software/Web Development, Web Development, Enterprise Software, Software, Data Management
White papers 2006-08-28
Introducing XQJ: A Java API for XQuery
Query is a declarative language for querying XML that's similar to SQL for querying relational data. Most Java developers are familiar with JDBC, which provides a standard Java API to interact with a variety of SQL engines operating against relational data sources. XQJ has the same goal: It provides Java...
Tags: XQuery, XQJ, JSR 225 Specification, Programming Languages, XML, Java, Software Development, Software/Web Development, Web Development
White papers 2007-05-22
Query DB2 XML Data With XQuery
XQuery differs from SQL in a number of key respects, largely because the languages were designed to work with different data models that have different characteristics. XML documents contain hierarchies and possess an inherent order. Tabular data structures supported by SQL-based DBMSs are flat and set based; as such, rows...
Tags: XQuery, SQL, XML-Data, IBM DB2, XML, Programming Languages, Databases, Software/Web Development, Web Development, Software Development, Enterprise Software, Software, Data Management
White papers 2006-04-06
XQuery: Navigating Input Documents Using Paths
Path expressions are used to navigate input documents to select elements and attributes of interest. This paper explains how to use path expressions to select elements and attributes from an input document and apply predicates to filter those results. It also covers the different methods of accessing input documents. A...
Tags: XQuery, O'Reilly Media Inc., Path Expression, XML, Software/Web Development, Web Development
Book chapters 2007-04-01
Shred XML data with XQuery in SQL Server 2005
Tim Chapman discusses new functionality in SQL Server 2005 that allows you to shred XML data into a relational format without the intensive memory operations. He also explains how using XQuery rather than OPENQUERY can lead to performance gains. Last week, I outlined how to shred XML data...
Tags: Microsoft SQL Server, XQuery, XML-Data, Microsoft SQL Server 2005, Tim Chapman, XML, OpenXML, SQL Server Newsletter, Databases, Enterprise Software, Software/Web Development, Web Development, Software, Data Management
Technical articles 2006-12-04
Investigate navigation in XQuery
Designed to be a language in which queries are concise and easily understood, XQuery is also flexible enough to query a broad spectrum of XML information sources, including both databases and documents. This sample chapter from XQuery: The XML Query Language investigates one of the primary features of XQuery, navigation....
Tags: Coverage, XQuery, XML, Software/Web Development, Web Development
Book chapters 2006-06-12
Integration of SQL and XQuery in IBM DB2
Relational database systems have dominated the database industry for a quarter century. However, the advent of the Web has led to requirements for storage of new kinds of information in which the order of information is important and data structure can vary over time and from one document to another....
Tags: XQuery, SQL, XML-Data, IBM DB2, IBM Corp., Integration, XML, Databases, Software/Web Development, Web Development, Enterprise Software, Software, Data Management
White papers 2006-05-10
Test XML queries interactively in Oracle 10gR2 SQL*Plus
XML has become a common standard for informationinterchange. XQuery 1.0 is a standard language for querying dataexpressed in XML form. It is often called the SQL of XML because it performsthe same function for XML that the SQL language does for relational data.The XQUERY command is an addition to SQL*Plus...
Tags: Software engineering/development, Business applications
Technical articles 2007-03-13
Querying, Constructing, and Transforming XML With Oracle XQuery
With the release of Oracle Database 10g Release 2, Oracle introduced a full-featured, native XQuery engine integrated with the database that can be used to accomplish various tasks involved in developing an XML-enabled application. A query language designed to work with the XML data model, XQuery can actually operate on...
Tags: Oracle Corp., XQuery, XML, Databases, Software/Web Development, Web Development, Enterprise Software, Software, Data Management
White papers 2006-02-01
Search XML Files
I am looking for good open source software that can search a bunch of xml files using pattern based, deductive reasoning instead of just simple word matching. In other words, the search tool needs to have some amount of natural language processing built in, to produce good results. I have...
Tags: nish01@..., programming, software, xml, XML file, xpath, xquery
Discussion threads 2007-02-26
XSLT Cookbook: Querying XML
This paper covers recipes for using XSLT as an XML query language. Querying XML means extracting information from one or more XML documents to answer questions about facts and relationships occurring in and among these documents. By analogy, querying an XML document involves asking the same types of questions of...
Tags: XSLT, XQuery, XML, Software/Web Development, Web Development
Book chapters 2005-11-21
XQuery Flowers
Query is an XML query language developed and standardized by the World Wide Web Consortium (W3C). XQuery's purpose is to find, retrieve, and rearrange data viewed through the lens of XML. XQuery is the syntax, and XML expressions are what a person writes using that syntax. Oracle's implementation of XQuery...
Tags: Oracle Corp., XQuery, XML, Software/Web Development, Web Development
White papers 2005-09-01
Ipedo XIP an Architectural Overview
This paper is intended for developers, architects, and technical management in enterprises that need to manage financial or other complex, rapidly changing information. The paper will cover the challenges of making enterprise data accessible to people as well as applications, the importance of open standards such as SQL and XML...
Tags: Ipedo, XQuery, Service-Oriented Architecture (SOA), XML, SOAP, Web Services, Middleware, Enterprise Software, Databases, Software, Software/Web Development, Web Development, Data Management
White papers 2005-06-01
XML Query (XQuery) Support in Oracle Database 10g Release 2
XQuery is designed to work with the XML data model, and be a comprehensive query language for data that is expressed in XML - just as SQL has been the query language for much of the world's structured data expressed as relational tables, and as keyword searches have powered much...
Tags: Oracle Corp., XQuery, XML Query, Oracle Database, Oracle Database 10g, XML, Databases, Software/Web Development, Web Development, Enterprise Software, Software, Data Management
White papers 2005-05-01
Using a Java Query Analyzer to Translate Generic Query to SQL, XPath and XQuery
As traditional relational databases and new native XML databases are maturing as viable storage solutions for XML data, application developers are faced with SQL extended to provide XML support along with new query languages, such as XPath and XQuery. At the Indiana University Digital Library Program, various data-driven digital library...
Tags: Java, XQuery, SQL, XPath, Indiana University, Java Query Analyzer, XML, Storage, Programming Languages, Databases, Software/Web Development, Web Development, Hardware, Software Development, Enterprise Software, Software, Data Management
White papers 2005-01-11


Storage Security Policy
Safely retaining and securing data is an important aspect of an effective security strategy. Business demands, increased user requirements and even co ...
Buy Now
Cisco IOS Command Chart (IOS v.12+)
Becoming proficient with Cisco equipment means remembering a whole new set of commands. These command charts give you a quick way to look up the needed IOS commands and switches when you need them.
Buy Now