Definitive XML Application Development
暫譯: 權威 XML 應用程式開發

Lars Marius Garshol

  • 出版商: Prentice Hall
  • 出版日期: 2002-05-15
  • 售價: $2,050
  • 貴賓價: 9.5$1,948
  • 語言: 英文
  • 頁數: 1216
  • 裝訂: Paperback
  • ISBN: 0130889024
  • ISBN-13: 9780130889027
  • 相關分類: XML
  • 已過版

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

相關主題

商品描述

Summary

  • Complete developer's guide to XML programming by a leading XML developer
  • Teaches core concepts using Python for examples
  • Shows how to apply concepts in Java(tm)
  • DOM, SAX, XSLT, XPath, schemas, and much more
  • Plus a quick Python introduction for experienced developers

The start-to-finish guide to XML development for every experienced developer!

In this book, leading XML developer Lars Marius Garshol covers every essential aspect of XML programming, from basic principles through advanced techniques, utilizing DOM, SAX, XSLT, XPath, schemas, and other key XML standards. Garshol presents scores of code examples based on Python, a cross-platform language that is exceptionally well suited for XML development. Garshol also presents new insights into XML application design and optimization, as well as complete sample applications. Coverage includes:

  • XML for programmers: the XML processing model, namespaces, parsing, document views, and more
  • Serialization/deserialization, translation, validation, modification, and information extraction
  • SAX event-based processing: basic techniques, data structures, sample applications, tips, tricks, optimization, and advanced APIs
  • Event-based alternatives to SAX: native XML parser APIs of Pyexpat, xmlproc, xmllib, and XP
  • DOM tree-based processing: fundamental and extended interfaces, serialization, DOM Level 2, performance techniques, and more
  • Tree-based alternatives to DOM: qp_xml, groves, and JDOM
  • Declarative processing with XSLT and XPath, including advanced XSLT topics: combining multiple stylesheets, precedence, cross-references, messages, and more
  • Embedding XSLT engines in applications and writing XSLT and XPath extensions
  • XML development in Java with SAX, DOM, JDOM, and XSLT engines
  • Processing in depth: schemas, DTD programming, creating XML from HTML and SGML, RSS, and more

You'll even find a quick introductory course in Python and an XML developer's glossary.

Whatever your application-from content management through enterprise application integration-Developing XML Applications gives you the resources, skills, insights, and example code you need to build it right.

"The range of XML application domains is growing dramatically, but there are common strategies and techniques for XML development that apply to all of them. This book provides a systematic and thorough grounding—and a real understanding—that will make you productive quickly."

—Charles F. Godfarb

 

contents

I. WORKING WITH XML.

1. XML and Information Systems.
2. The XML Processing Model.
3. Views of Documents.
4. Common Processing Tasks.
5. Characters—The Atoms of Text.

II. EVENT-BASED PROCESSING.

6. Event-Based Processing.
7. Using The XML Parsers.
8. SAX: An Introduction.
9. Using SAX.
10. Advanced SAX.

III. TREE-BASED PROCESSING.

11. DOM: An Introduction.
12. Using DOM.
13. Advanced DOM.
14. Other Tree-Based APIs.

IV. DECLARATIVE PROCESSING.

15. XSLT: Introduction.
16. XSLT in More Detail.
17. Using XSLT In Applications.
18. Architectural Forms.

V. XML DEVELOPMENT IN JAVA.

19. SAX in Java.
20. DOM in Java.
21. Using XSLT In Java Applications.

VI. XML PROCESSING IN DEPTH.

22. Other Approaches to Processing.
23. Schemas.
24. Creating XML.
25. The Tabproc Framework.
26. The RSS Development Kit.

VII. APPENDICES.

Appendix A. A Lightning Introduction to Python.
Appendix B. Glossary of Terms.
Appendix C. The Python XML Packages.
Index.

 

商品描述(中文翻譯)

摘要

- 完整的 XML 程式設計開發者指南,由領先的 XML 開發者撰寫
- 使用 Python 進行範例教學核心概念
- 展示如何在 Java(tm) 中應用這些概念
- 包括 DOM、SAX、XSLT、XPath、架構等更多內容
- 另外還有針對經驗豐富的開發者的快速 Python 介紹

這是針對每位經驗豐富的開發者的 XML 開發從頭到尾的指南!

在本書中,領先的 XML 開發者 Lars Marius Garshol 涵蓋了 XML 程式設計的每個基本方面,從基本原則到進階技術,利用 DOM、SAX、XSLT、XPath、架構及其他關鍵的 XML 標準。Garshol 提供了大量基於 Python 的程式碼範例,Python 是一種非常適合 XML 開發的跨平台語言。Garshol 也提供了有關 XML 應用設計和優化的新見解,以及完整的範例應用程式。內容包括:

- 程式設計師的 XML:XML 處理模型、命名空間、解析、文件視圖等
- 序列化/反序列化、轉換、驗證、修改和信息提取
- SAX 事件驅動處理:基本技術、數據結構、範例應用、技巧、優化和進階 API
- SAX 的事件驅動替代方案:Pyexpat、xmlproc、xmllib 和 XP 的原生 XML 解析器 API
- 基於 DOM 樹的處理:基本和擴展介面、序列化、DOM Level 2、性能技術等
- DOM 的樹狀替代方案:qp_xml、groves 和 JDOM
- 使用 XSLT 和 XPath 的聲明式處理,包括進階 XSLT 主題:結合多個樣式表、優先順序、交叉引用、消息等
- 在應用程式中嵌入 XSLT 引擎並撰寫 XSLT 和 XPath 擴展
- 使用 SAX、DOM、JDOM 和 XSLT 引擎的 Java XML 開發
- 深入處理:架構、DTD 程式設計、從 HTML 和 SGML 創建 XML、RSS 等

您還會找到一個快速的 Python 介紹課程和 XML 開發者詞彙表。

無論您的應用程式是內容管理還是企業應用整合,《開發 XML 應用程式》都為您提供了構建正確應用所需的資源、技能、見解和範例程式碼。

「XML 應用領域的範圍正在迅速擴大,但有一些通用的策略和技術適用於所有的 XML 開發。本書提供了系統而徹底的基礎知識,以及真正的理解,將使您迅速提高生產力。」
—Charles F. Godfarb

目錄

I. 與 XML 一起工作。
1. XML 與信息系統。
2. XML 處理模型。
3. 文件視圖。
4. 常見處理任務。
5. 字符—文本的原子。

II. 事件驅動處理。
6. 事件驅動處理。
7. 使用 XML 解析器。
8. SAX:簡介。
9. 使用 SAX。
10. 進階 SAX。

III. 基於樹的處理。
11. DOM:簡介。
12. 使用 DOM。
13. 進階 DOM。
14. 其他基於樹的 API。

IV. 聲明式處理。
15. XSLT:介紹。
16. 更詳細的 XSLT。
17. 在應用程式中使用 XSLT。
18. 架構形式。

V. Java 中的 XML 開發。
19. Java 中的 SAX。
20. Java 中的 DOM。
21. 在 Java 應用程式中使用 XSLT。

VI. 深入 XML 處理。
22. 其他處理方法。
23. 架構。
24. 創建 XML。
25. Tabproc 框架。
26. RSS 開發工具包。

VII. 附錄。
附錄 A. Python 快速介紹。
附錄 B. 專有名詞詞彙表。
附錄 C. Python XML 套件。
索引。

最後瀏覽商品 (1)