Querying XML: XQuery, XPath, and SQL/XML in context
暫譯: 查詢 XML:XQuery、XPath 與 SQL/XML 的應用背景

Jim Melton, Stephen Buxton

  • 出版商: Morgan Kaufmann
  • 出版日期: 2006-02-01
  • 售價: $1,093
  • 語言: 英文
  • 頁數: 848
  • 裝訂: Paperback
  • ISBN: 1558607110
  • ISBN-13: 9781558607118
  • 相關分類: SQLXML
  • 下單後立即進貨 (約5~7天)

買這商品的人也買了...

商品描述

Description

XML has become the lingua franca for representing business data, for exchanging information between business partners and applications, and for adding structure? and sometimes meaning?to text-based documents. XML offers some special challenges and opportunities in the area of search: querying XML can produce very precise, fine-grained results, if you know how to express and execute those queries. For software developers and systems architects: this book teaches the most useful approaches to querying XML documents and repositories. This book will also help managers and project leaders grasp how ?querying XML? fits into the larger context of querying and XML. Querying XML provides a comprehensive background from fundamental concepts (What is XML?) to data models (the Infoset, PSVI, XQuery Data Model), to APIs (querying XML from SQL or Java) and more.

 

Table of Contents

1. XML 1.1 Introduction 1.2 Adding Markup to Data 1.3 XML-Based Markup Languages 1.4 XML Data 1.5 Some Other Ways to Represent Data 1.6 Chapter Summary 2. Querying 2.1 Introduction 2.2 Querying Traditional Data 2.3 Querying Non-Traditional Data 2.4 Chapter Summary 3. Querying XML 3.1 Introduction 3.2 Navigating An XML Document 3.3 What Do You Know About Your Data? 3.4 Some Ways to Query XML Today 3.5 Summary 4. Metadata?An Overview 4.1 Introduction 4.2 Structural Metadata 4.3 Semantic Metadata 4.4 Catalog Metadata 4.5 Integration Metadata 4.6 Chapter Summary 5. Structural Metadata 5.1 Introduction 5.2 DTDs 5.3 XML Schema 5.4 Other schema languages for XML 5.5 Deriving an implied schema from a DTD 5.6 Chapter Summary 6. The XML Information Set (Infoset) and Beyond 6.1 Introduction 6.2 What is the Infoset? 6.3 The Infoset Information Items and Their Properties 6.4 The Infoset vs. The Document 6.5 The XPath 1.0 Data Model 6.6 The PSVI (Post-Schema-Validation Infoset) 6.7 The Document Object Model (DOM) – an API 6.8 Introducing the XQuery Data Model 6.9 A Note Regarding Data Model Terminology 6.10 Summary and further reading 7. Managing XML: Transforming and Connecting 7.1 Introduction 7.2 Transforming, Formatting, and Displaying XML 7.3 The Relationships Between XML Documents 7.4 Relationship Constraints: Enforcing Consistency 7.5 Chapter Summary 8. Storing: XML and Databases 8.1 Introduction 8.2 The Need for Persistence 8.3 SQL/XML?s XML Type 8.4 Accessing Persistent XML Data 8.5 XML On The Fly: Non-Persistent XML Data 8.6 Chapter Summary 9. XPath 1.0 and XPath 2.0 9.1 Introduction 9.2 XPath 1.0 9.3 XPath 2.0 Components 9.4 XPath 2.0 and XQuery 1.0 9.5 Chapter Summary 10. Introduction to XQuery 1.0 10.1 Introduction 10.2 A Brief History 10.3 Requirements 10.4 Use Cases 10.5 The XQuery 1.0 Suite of Specifications 10.6 The Data Model 10.7 The XQuery Type System 10.8 XQuery 1.0 Formal Semantics and Static Typing 10.9 Functions & Operators 10.10 XQuery 1.0 and XSLT 2.0 Serialization 10.11 Chapter Summary 11. XQuery 1.0 Definition 11.1 Introduction 11.2 Overview of XQuery 11.3 The XQuery Grammar 11.4 XQuery Expressions 11.5 FLWOR Expressions 11.6 Error Handling 11.7 Modules and Query Prologs 11.8 A Longer Example With Data 11.9 XQuery for SQL Programmers 11.10 Chapter Summary 12. XQueryX 12.1 Introduction 12.2 How far to go? 12.3 The XQueryX Specification 12.4 XQueryX By Example 12.5 Querying XQueryX 12.6 Summary 13. What?s Missing? 13.1 Introduction 13.2 Full-Text 13.3 Update 13.4 Chapter Summary 14. XQuery APIs 14.1 Introduction 14.2 Alphabet-soup Review 14.3 XQJ – XQuery for Java 14.4 SQL/XML 14.5 Looking Ahead 15. SQL/XML 15.1 Introduction 15.2 SQL/XML Publishing Functions 15.3 XML Data Type 15.4 XQuery Functions 15.5 Managing XML in the Database 15.6 Talking the Same Language – Mappings 15.7 Chapter Summary 16. XML-Derived Markup Languages 16.1 Introduction 16.2 Markup Languages 16.3 Discovery on the World Wide Web 16.4 Customized Query Languages 16.5 Chapter Summary 17. Internationalization: Putting the ?W? in ?WWW? 17.1 Introduction 17.2 What is Internationalization? 17.3 Internationalization and The World Wide Web 17.5 Chapter Summary 18. Finding Stuff 18.1 Introduction 18.2 Finding Structured Data – Databases 18.3 Finding Stuff On The Web – Web Search 18.4 Finding Stuff At Work – Enterprise Search 18.5 Finding Other People?s Stuff – Federated Search 18.6 Finding Services – WSDL, UDDI, WSIL, RDDL 18.7 Finding Stuff In A More Natural Way 18.8 Putting It All Together – The Semantic Web

商品描述(中文翻譯)

描述
XML 已成為表示商業數據、在商業夥伴和應用程式之間交換信息,以及為基於文本的文件添加結構(有時還有意義)的通用語言。XML 在搜尋領域提供了一些特殊的挑戰和機會:如果您知道如何表達和執行這些查詢,查詢 XML 可以產生非常精確、細緻的結果。對於軟體開發人員和系統架構師來說,本書教授查詢 XML 文件和資料庫的最有用方法。本書還將幫助經理和專案負責人理解「查詢 XML」如何融入查詢和 XML 的更大背景中。查詢 XML 提供了從基本概念(什麼是 XML?)到數據模型(資訊集、PSVI、XQuery 數據模型)、到 API(從 SQL 或 Java 查詢 XML)等的全面背景。

目錄
1. XML
1.1 介紹
1.2 為數據添加標記
1.3 基於 XML 的標記語言
1.4 XML 數據
1.5 其他表示數據的方法
1.6 章節摘要
2. 查詢
2.1 介紹
2.2 查詢傳統數據
2.3 查詢非傳統數據
2.4 章節摘要
3. 查詢 XML
3.1 介紹
3.2 瀏覽 XML 文件
3.3 你對你的數據了解多少?
3.4 當今查詢 XML 的一些方法
3.5 摘要
4. 元數據 - 概述
4.1 介紹
4.2 結構性元數據
4.3 語義元數據
4.4 目錄元數據
4.5 整合元數據
4.6 章節摘要
5. 結構性元數據
5.1 介紹
5.2 DTD
5.3 XML Schema
5.4 其他 XML 的 Schema 語言
5.5 從 DTD 推導隱含的 Schema
5.6 章節摘要
6. XML 資訊集(Infoset)及其後續
6.1 介紹
6.2 什麼是資訊集?
6.3 資訊集信息項及其屬性
6.4 資訊集與文檔的比較
6.5 XPath 1.0 數據模型
6.6 PSVI(後 Schema 驗證資訊集)
6.7 文檔對象模型(DOM) - 一個 API
6.8 介紹 XQuery 數據模型
6.9 關於數據模型術語的說明
6.10 摘要及進一步閱讀
7. 管理 XML:轉換與連接
7.1 介紹
7.2 轉換、格式化和顯示 XML
7.3 XML 文件之間的關係
7.4 關係約束:強制一致性
7.5 章節摘要
8. 存儲:XML 與數據庫
8.1 介紹
8.2 持久性的需求
8.3 SQL/XML 的 XML 類型
8.4 訪問持久的 XML 數據
8.5 即時 XML:非持久的 XML 數據
8.6 章節摘要
9. XPath 1.0 和 XPath 2.0
9.1 介紹
9.2 XPath 1.0
9.3 XPath 2.0 組件
9.4 XPath 2.0 與 XQuery 1.0
9.5 章節摘要
10. XQuery 1.0 介紹
10.1 介紹
10.2 簡史
10.3 要求
10.4 使用案例
10.5 XQuery 1.0 規範套件
10.6 數據模型
10.7 XQuery 類型系統
10.8 XQuery 1.0 正式語義與靜態類型
10.9 函數與運算符
10.10 XQuery 1.0 與 XSLT 2.0 序列化
10.11 章節摘要
11. XQuery 1.0 定義
11.1 介紹
11.2 XQuery 概述
11.3 XQuery 語法
11.4 XQuery 表達式
11.5 FLWOR 表達式
11.6 錯誤處理
11.7 模組與查詢前言
11.8 帶數據的長示例
11.9 SQL 程式設計師的 XQuery
11.10 章節摘要
12. XQueryX
12.1 介紹
12.2 要走多遠?
12.3 XQueryX 規範
12.4 XQueryX 範例
12.5 查詢 XQueryX
12.6 摘要
13. 缺少什麼?
13.1 介紹
13.2 全文
13.3 更新
13.4 章節摘要
14. XQuery API
14.1 介紹
14.2 字母湯回顧
14.3 XQJ - Java 的 XQuery
14.4 SQL/XML
14.5 展望未來
15. SQL/XML
15.1 介紹
15.2 SQL/XML 發佈函數
15.3 XML 數據類型
15.4 XQuery 函數
15.5 在數據庫中管理 XML
15.6 說同樣的語言 - 對應
15.7 章節摘要
16. XML 衍生的標記語言
16.1 介紹
16.2 標記語言
16.3 在全球資訊網上的發現
16.4 自訂查詢語言
16.5 章節摘要
17. 國際化:將「W」放入「WWW」
17.1 介紹
17.2 什麼是國際化?
17.3 國際化與全球資訊網
17.5 章節摘要
18. 尋找資料
18.1 介紹
18.2 尋找結構化數據 - 數據庫
18.3 在網路上尋找資料 - 網頁搜尋
18.4 在工作中尋找資料 - 企業搜尋
18.5 尋找他人的資料 - 聯邦搜尋
18.6 尋找服務 - WSDL、UDDI、WSIL、RDDL
18.7 以更自然的方式尋找資料
18.8 將所有內容整合 - 語意網