|
Advanced XSLT and XPathThis course is not scheduled for this semester. Call +1-303-523-5255 to find out the next offering This course is available for private, on-site delivery |
Course Description
| Prerequisites |
|
| Format |
Lecture and Hands-on Workshop |
| Audience |
- Web Programmers
- Web Designers
|
| Objectives |
- Learn why XSLT is necessary
- Develop transformations to enhance a three-tier web architecture
- Use XSLT on the client and middle tiers
- Understand and use XPath, the syntax for identifying objects inside an XML document
- Get beyond the limitations of HTML by delivering information to a browser using XML
- Transform business documents using XSLT
|
| Description |
The Extensible Stylesheet Language provides a way to format XML documents in a Web browser. The transformation part of XSL, the W3C Technical Recommendation XSLT, provides a declarative syntax for general-purpose transformations of XML from one structure or schema to another.
The original XSL specification from the W3C contained two major functions: transformation and formatting objects. The transformation part of XSL was removed from the spec and made its own standard, XSLT. XSLT uses another W3C specification, XPath, to identify hierarchival objects inside of an XML document so you can transform the objects to another structure.
This course shows you how you can create simjple and complex tranformations using XSLT and XPath. The in-class workshops provide you with plenty of real-world examples of using XSLT and XPath in this way. |
| Take-home Materials |
- Course materials
- Code demonstrated in class
|
|