|
XSLT For Dummies Authors: Wagner R. Published year: 2002 Pages: 2-4/148 |
[Next]
|
|
||||||||
|
|
| Table of Contents | |||
|
|
XSLT for Dummies | ||
|
|
Introduction | ||
| Part I - Getting Started with XSLT | |||
|
|
Chapter 1 | - | Introducing the X-Team |
|
|
Chapter 2 | - | Writing Your First XSLT Stylesheet |
| Part II - Becoming an XSLT Transformer | |||
|
|
Chapter 3 | - | Transforming with Style (Stylesheets, That Is) |
|
|
Chapter 4 | - | Templates Rule! |
|
|
Chapter 5 | - | XPath Espresso |
|
|
Chapter 6 | - | We Want Results! |
| Part III - Prime Time XSLT | |||
|
|
Chapter 7 | - | Adding Programming Logic Isn™t Just for Propheads |
|
|
Chapter 8 | - | Variables in XSLT: A Breed Apart |
|
|
Chapter 9 | - | Tweaking the Results to Get What You Want |
|
|
Chapter 10 | - | To HTML and Beyond! |
|
|
Chapter 11 | - | XPath Data Types and Functions |
| Part IV - eXtreme XSLT | |||
|
|
Chapter 12 | - | Combining XSLT Stylesheets |
|
|
Chapter 13 | - | Gimme Some Space and Other Output Issues |
|
|
Chapter 14 | - | Keys and Cross-Referencing |
|
|
Chapter 15 | - | Namespaces Revisited |
|
|
Chapter 16 | - | Extending XSLT |
|
|
Chapter 17 | - | Debugging XSLT Transformations |
| Part V - The Part of Tens | |||
|
|
Chapter 18 | - | Ten Most Confusing Things About XSLT |
|
|
Chapter 19 | - | Ten All-Pro XSLT Resources on the Web |
|
|
Chapter 20 | - | Ten XSLT Processors Available Online |
|
|
XSLT for Dummies Cheat Sheet | ||
|
|
Glossary | ||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|
| 2000-2002 “ Feedback | |
|
||||||||
| Introduction | |
| XSLT For Dummies | |
| by Richard Wagner | |
| Hungry Minds 2002 | |
Introduction
OverviewEveryone seems to be talking about Extensible Markup Language (XML) these days. You know how mothers areI cant even visit my relatives over the holidays without my mom broaching the topic of XML at Thanksgiving dinner. Yes, XML has become quite a buzzword , but Extensible Stylesheet Language Transformations (XSLT) is the power that takes all this XML and turns it into something useful and flexible. XSLT is a language used to transform XML documents into something new. It can take one XML document and output that documents information into a completely different structure or turn XML into an HTML document for viewing on the Web. XSLT isnt a general-purpose programming language, such as Java or Visual Basic; its focus is solely on transforming XML. Before I get any farther along, I have to point out the elephant in the roomXSLTs long-winded name. Who came up with that name anyway? I think the people responsible should be forced to say, Extensible Stylesheet Language Transformations, aloud ten times and hope their tongues dont fall off! XSLTs full name may be a mouthful, but this book carves up each piece of XSLT into manageable, chewable morsels. XSLT can be confusing if you dont have a solid understanding of its syntax, quirky abbreviations, and the esoteric terminology it sometimes uses. But XSLT For Dummies can help you write XSLT stylesheets and, just as important, grasp why and how transformations work. In addition, see www.dummies.com/extras/xsltfd for code examples as well as a helpful editing tool of my own creation which I call the X-Factor. Above all, you can use XSLT For Dummies as your guide for quickly developing the know-how of XSLTwithout drowning in technical gobbledygook.
|
|||||||||||
|
XSLT For Dummies Authors: Wagner R. Published year: 2002 Pages: 2-4/148 |