XSLT: Working with XML and HTML
暫譯: XSLT:處理 XML 和 HTML
Khun Yee Fung
- 出版商: Addison Wesley
- 出版日期: 2000-12-20
- 定價: $1,360
- 售價: 8.0 折 $1,088
- 語言: 英文
- 頁數: 441
- 裝訂: Paperback
- ISBN: 0201711036
- ISBN-13: 9780201711035
-
相關分類:
HTML、XML
立即出貨(限量) (庫存=4)
買這商品的人也買了...
-
$1,880$1,786 -
$980$774 -
$970Introduction to Algorithms, 2/e
-
$560$437 -
$590$466 -
$3,360$3,192 -
$590$502 -
$560$476 -
$620$527 -
$480$379 -
$750$593 -
$780$616 -
$620$558 -
$520$442 -
$650$514 -
$650$507 -
$460$363 -
$1,078Operating System Principles, 7/e(IE) (美國版ISBN:0471694665-Operating System Concepts, 7/e) (平裝)
-
$650$514 -
$1,590$1,511 -
$490$382 -
$420$332 -
$880$748 -
$680$537 -
$1,200$1,140
相關主題
商品描述
Description
The first comprehensive XSLT tutorial and reference.
- Covers the final XSLT standard -- not the obsolete draft standards!
- Includes many practical examples, plus a start-to-finish case study.
- Code-packed CD-ROM includes software for hands-on exploration of expressions -- XSLT's most difficult feature.
Khun Yee Fung is a Web developer at ExtendMedia Inc. Fung developed the basic architecture of a Web publishing pipeline that uses XML and XSLT to handle dynamic data, and publish it for HTML-based display.
Table Of Contents
PART I.
The Importance of Extensive XML Documents.
The Difference between XML and HTML.
Presenting XML Documents.
The Role of XSLT.
XSLT in the HTML Publishing Pipeline.
Summary.
Looking Ahead.
2: XML.
The Basic XML Document Structure.
Valid Names in XML.
Elements.
Character Data.
Entities.
Processing Instructions.
Comments.
The Root of an XML Document.
Summary.
Looking Ahead.
3: Introduction to XSLT.
Designing XSLT Documents.
Summary.
Looking Ahead.
PART II
Converting an XML Document to a Tree.
Traversing a Tree.
Document Order.
Distinctness of Nodes in a Tree.
Summary.
Looking Ahead.
5: Paths.
Location Paths.
Combining Steps.
Data Types and Operations.
Names of Nodes.
Examples of XPath Expressions.
Summary.
Looking Ahead.
6: Transformation.
Literal Result Elements.
A Simple Template with an xsl:apply-templates Element.
Nested xsl:apply-templates Elements.
Patterns.
Matching Template.
Template Priority.
Current Node and Current Node List Versus Context Node and Context.
Another Look at XSLT Documents.
Summary.
Looking Ahead.
7: Control.
The for-each Element.
Looping with Named Templates.
Sorting.
Sending Messages to the Console.
Parameters Outside the XSLT Document.
Summary.
Looking Ahead.
8: Constructing the Result Tree.
Including Literal Result Elements.
Constructing Elements.
Inserting Comments.
Inserting Processing Instructions.
The xsl:text Element.
The xsl:value-of Element.
Variables.
Result Tree Fragments.
Whitespace-Only Text Nodes.
Summary.
Looking Ahead.
9: Combining Templates.
The xsl:import Element.
The xsl:apply-imports Element.
Summary.
Looking Ahead.
10: Extensions.
Using Extension Functions.
Using Extension Elements.
Checking Availability.
Summary.
Looking Ahead.
PART III
Character Replacement.
Using xsl:include for Project Reuse.
Using xsl:import for Reuse from Different Projects.
Using the mode Attribute to Organize Templates.
The xsl:include and xsl:import Elements.
Using a Global Parameter to Seed Configuration.
Absolute Paths and Template Patterns.
Steps for Template Patterns.
Using Simple Predicates in Template Patterns.
Using translate()to Convert Cases.
Short Templates.
Identifying Your XML Data.
Using xsl:apply-templates.
One Page at a Time.
Mockup, Generalize, Write.
Working Directory.
Inside-Out XSLT Template Application.
Removing an Element.
Using XML Configuration Files.
Using Lineup Files.
One Subtree at a Time.
Using xsl:copy-of.
Overriding Default Templates.
Avoiding the Descendant Axis.
Reducing the Size of Node-Sets.
Avoiding Multiple Predicates.
Summary.
Looking Ahead.
12: A Case Study.
Designing the XML Files.
Organizing the XSLT Documents.
Designing the XSLT Templates.
Summary.
Looking Ahead.
PART IV
XSL.
SVG.
Transforming an XML Document to Text.
Summary.
Appendix A: Tools and Resources.
Resources.
XSLT Web Sites and Mailing Lists.
Where to Find the Examples.
Appendix B: Character Sets and Encoding Schemes.
Appendix C: XSLT and XPath Reference.
XSLT and XPath Functions.
Suggested Resources.
Index.

商品描述(中文翻譯)
描述
第一本全面的 XSLT 教程和參考書。
- 涵蓋最終的 XSLT 標準——而非過時的草案標準!
- 包含許多實用的範例,以及一個從頭到尾的案例研究。
- 裝有代碼的 CD-ROM 包含用於實際探索 表達式 的軟體——XSLT 最具挑戰性的特性。
XML 正迅速成為結構化文檔以進行基於網路的信息交換的標準。然而,為了在網頁瀏覽器上顯示 XML 文檔,它們必須被「轉換」——在客戶端轉換為 XSL 文檔,或在伺服器端轉換為 HTML 文檔。XSLT 最近由 W3C 最終確定,是一種專門為此目的設計的輕量級語言——但可靠的 XSLT 文檔極為稀缺。這是第一本基於最終標準的實用、全面的 XSLT 教程和參考書——這些標準與早期草案有顯著不同。了解 XSLT 對文檔的樹狀視圖;然後掌握 XSLT 的特性,使您能夠將 XML 文檔從一種文檔類型轉換為另一種文檔類型;轉換為 HTML 文檔;或轉換為文本文檔。回顧與 XSLT 緊密相關的規範,包括 XML 命名空間和 XPath;然後通過一系列實用範例和詳細的案例研究,展示如何創建一個穩健的 XSLT 應用程序。該書包括 XSLT 和 XPath 元素及函數的詳細參考,以及包含所有代碼的 CD-ROM,還有獨家軟體使讀者能夠探索 XSLT 最具挑戰性的特性,即表達式。適合所有網頁開發人員、網站管理員及其他使用 XML、XSL 或 XSLT 的人員。
Khun Yee Fung 是 ExtendMedia Inc. 的網頁開發人員。Fung 開發了一個使用 XML 和 XSLT 處理動態數據並將其發布為 HTML 顯示的網頁發布管道的基本架構。
適合的課程
網頁程式設計與設計。
目錄
第一部分。
1: 介紹。
什麼是 XML?
廣泛的 XML 文檔的重要性。
XML 與 HTML 的區別。
呈現 XML 文檔。
XSLT 的角色。
XSLT 在 HTML 發布管道中的應用。
總結。
展望未來。
2: XML。
URI。
基本的 XML 文檔結構。
XML 中的有效名稱。
元素。
字符數據。
實體。
處理指令。
註釋。
XML 文檔的根。
總結。
展望未來。
3: XSLT 介紹。
會議室預訂文檔。
設計 XSLT 文檔。
總結。
展望未來。
第二部分
4: XML 文檔作為樹。
樹的術語。
將 XML 文檔轉換為樹。
遍歷樹。
文檔順序。
樹中節點的唯一性。
總結。
展望未來。
5: 路徑。
路徑和表達式。
位置路徑。
組合步驟。
數據類型和操作。
節點名稱。
XPath 表達式示例。
總結。
展望未來。
6: 轉換。
可視化轉換。
字面結果元素。
帶有 xsl:apply-templates 元素的簡單模板。
嵌套的 xsl:apply-templates 元素。
模式。
匹配模板。
模板優先級。
當前節點和當前節點列表與上下文節點和上下文。
再次查看 XSLT 文檔。
總結。
展望未來。
7: 控制。
xsl:if 元素。
for-each 元素。
使用命名模板進行循環。
排序。
向控制台發送消息。
XSLT 文檔外的參數。
總結。
展望未來。
8: 構建結果樹。
用於 HTML 的 xsl:output 元素。
包含字面結果元素。
構建元素。
插入註釋。
插入處理指令。
xsl:text 元素。
xsl:value-of 元素。
變量。
結果樹片段。
僅包含空白的文本節點。
總結。
展望未來。
9: 組合模板。
xsl:include 元素。
xsl:import 元素。
xsl:apply-imports 元素。
總結。
展望未來。
10: 擴展。
聲明擴展函數和擴展元素。
使用擴展函數。
使用擴展元素。
檢查可用性。
總結。
展望未來。
第三部分
11: 慣用語和提示。
表格生成。
字符替換。
使用 xsl:include 進行項目重用。
使用 xsl:import 進行不同項目的重用。
使用 mode 屬性組織模板。
xsl:include 和 xsl:import 元素。
使用全局參數進行配置。
絕對路徑和模板模式。
模板模式的步驟。
在模板模式中使用簡單的謂詞。
使用 translate() 轉換大小寫。
簡短模板。
識別您的 XML 數據。
使用 xsl:apply-templates。
一次一頁。
模擬、概括、編寫。
工作目錄。
內部 XSLT 模板應用。
刪除元素。
使用 XML 配置文件。
使用排版文件。
一次一個子樹。
使用 xsl:copy-of。
覆蓋默認模板。
避免後代軸。
減少節點集的大小。
避免多個謂詞。
總結。
展望未來。
12: 案例研究。
網站。
設計 XML 文件。
組織 XSLT 文檔。
設計 XSLT 模板。
總結。
展望未來。
第四部分
13: 轉換為 XML 和文本。
XHTML。
XSL。
SVG。
將 XML 文檔轉換為文本。
總結。
附錄 A: 工具和資源。
XML 工具。
資源。
XSLT 網站和郵件列表。
在哪裡找到示例。
附錄 B: 字符集和編碼方案。
附錄 C: XSLT 和 XPath 參考。
XSLT 元素。
XSLT 和 XPath 函數。
建議資源。
索引。