XML is becoming the de-facto standard for transporting
information across the network. XSLT is the language used
to transform XML into something else, another XML, HTML,
or almost anything else. Students will become familiar with
the standards and the syntax of XSLT.
This is a hands-on course, so students will be designing
and developing many XSLT Transformations.
In this course, you will:
- Build transformation rules for XML Data
- Build simple stylesheets
- Transform XML into HTML
- Expand simple stylesheets with templates
- Invoke templates by name based on a condition
- Modularize the XSLT for maintenance
- Look at future directions of XSLT