skip to main content
Skip header Section
XQuery: The XML Query LanguageFebruary 2004
Publisher:
  • Pearson Higher Education
ISBN:978-0-321-16581-7
Published:01 February 2004
Skip Bibliometrics Section
Bibliometrics
Skip Abstract Section
Abstract

“An excellent, early look at the emerging XML Query standard. The chapters on surprises and gotchas alone are worth the price of admission!” ï ï ï ï ï ï ï ï ï -Ashok Malhotra, Architect, Microsoft“XQuery is the most important XML standard to emerge in recent years, and is a language with which anyone using XML on a regular basis should become acquainted. Michael Brundage's accessible introduction to XQuery provides enough information on all aspects of the standard, including its dark corners, to allow any XML developer to jump right in and start coding.” ï ï ï ï ï ï ï ï ï -Damien Fisher, Kernel Team Member, Soda Technologies Pty Ltd“This book does an excellent job of distilling the essentials of XQuery in an understandable, straightforward and easily digestable manner. This book has already become an indispensible part of my library and is a welcome addition to my XML repertoire.” ï ï ï ï ï ï ï ï ï -Dare Obasanjo, Program Manager, Microsoft Corporation“Simply put, the emerging XQuery standard adds enormous value to XML data and this book is your key to unlocking that value. Here in one stop you will find an accessible introduction to XQuery and a complete reference. Practitioners will particularly value the sections on XQuery idioms and surprises where Michael shares his tricks of the trade.” ï ï ï ï ï ï ï ï ï -Dave Van Buren, Project Manager, Jet Propulsion Laboratory“It's both a stupendous reference on XQuery and a good read. Michael writes with verve, authority, and an eminently readable style. What a rare delight to discover all this, and in a technical book too! When the sequel comes along, sign me up.” ï ï ï ï ï ï ï ï ï -Howard Katz, Owner, Fatdog Software Inc., Editor, XQuery from the Experts (Addison-Wesley, 2003)From corporate IT departments to academic institutions, XML has become the language of choice for storing and transmitting data across diverse application domains. XQuery, an XML Query Language invented by the World Wide Web Consortium, offers a powerful, standardized way to query all of that XML-encapsulated information. With its ability to integrate XML and non-XML data, XQuery seems poised to do for XML what SQL has done for relational data.Written by the Technical Lead for XML query processing at Microsoft, XQuery: The XML Query Language is an invaluable resource for XQuery novices and experts alike. For those new to XQuery, this example-rich text serves as a tutorial that brings readers quickly up to speed on XQuery's data model, type system, and core language features. More experienced XML and database developers will find an excellent reference on the nuances of various expressions, as well as a guide to using XQuery to accomplish specific tasks.Drawing on his experiences using XQuery, Michael Brundage offers an objective, inside look at this emerging technology. His unique perspective translates into an accessible and authoritative guide for readers using XML for documents, Web services, or databases.Key coverage includes: Data model and type system Path navigation Iteration, construction, arithmetic, text processing, type operators and user-defined functions Information beyond the standard-such as a look at update languages, performance benchmarks, query optimization, XQuery style, and much, much more Hundreds of examples The future of XQueryThe appendixes provide in-depth information on XQuery's type system, core expressions, built-in functions, regular expressions, and grammar. Meanwhile, the companion Web site offers downloadable source code for all of the examples in the book, the latest on the XQuery standard, answers to readers' questions, XQuery tips and strategies, and more.XQuery will show developers, programmers, and database administrators how a single line of this deep and powerful new language can accomplish the equivalent of hundreds of lines written in C, C#, Java, and other general-purpose programming languages.

Contributors
  • National Institute of Standards and Technology

Recommendations

Reviews

Soraya KouadriMostefaoui

XQuery, a query language that is designed to be broadly applicable across many types of Extensible Markup Language (XML) data sources, is presented in this book. It is worth emphasizing that XQuery is still a draft; more information can be found at http://www.w3.org/TR/xquery/. The book contains four sections. Section 1 (chapters 1 through 4) presents the motivations for using XQuery, and offers a general overview of the language. It then presents the XQuery Data Model and type system. Section 2 (chapters 5 through 9) goes into more detail about XQuery expressions, starting by introducing the basic expressions, and then continuing on with iterations, XML constructions, and, finally, text processing and type operators. Section 3 (chapters 10 through 14) is on applications; it starts with practical examples, and then presents XQuery expressions whose behavior may be a bit surprising. It ends with an overview of the future of XQuery. The book ends with five appendices (Section 4), and a detailed index. In this book, the reader will learn what XQuery is, what the foundations of XQuery are, the reasons to use XQuery, and so on. In general, the reader learns how to work with the language effectively, and comes to understand how to apply it via practical examples. The book is well written, and very easy to read. It contains many listings, which will be helpful to the reader in applying the concepts presented in the different chapters. The book assumes a basic knowledge of XML concepts, such as tags, elements, namespaces, and qualified names. Experience with the document object model (DOM) or simple application programming interface (API) for XML (SAX) may be helpful, but is not required. Online Computing Reviews Service

Access critical reviews of Computing literature here

Become a reviewer for Computing Reviews.