- ホーム
- > 洋書
- > 英文書
- > Computer / General
Full Description
Using XSLT and XPath, developers can take full advantage of virtually any XML data in both Web applications and printed documents. Guide to XML Transformations: XSLT & XPath delivers a thorough understanding of the concepts and inner workings of Xpath and the XSLT processing model. Leading XSL experts Zarella Rendon and John Robert Gardner teach XSLT and XPath through extensive example code, explained line by line. Guide to XML Transformations assumes basic HTML and/or skills, but no familiarity with programming concepts. Readers can utilize its hands-on exercises to quickly begin performing substantive transformations of XML to HTML and, soon after, to virtually any other format.
Contents
Preface. Acknowledgments. 1. Anatomy of an XSLT Stylesheet. What Is Markup? What Is XSLT? What Is XPath? XSLT Stylesheet Concepts. Terminology for XSLT. Climbing 'Round the Family Tree: Addressing in XSLT. 2. Fundamental Concepts of XSLT Stylesheets. Boilerplates for XSLT Stylesheets. Embedding Stylesheets in XML Documents. XSLT Stylesheet Terminology. XML Components of XSLT Stylesheets. 3. Advanced Stylesheet Concepts. Templates: The Building Blocks of Transformations. Built-in Template Rules. 4. XPath Expressions. XPath Syntax and Terminology. Abbreviations. 5. XPath Functions. XPath Function Library. The Node-set Core Function Group. String Core Function Group. Boolean Core Function Group. Number Core Function Group. 6. Building New XML Documents with XSLT. Creating Elements with LREs. The