TEI and XSLT (Optional)
This module will introduce you to:
- XPath (a path language for navigating XML trees)
- Templates and Namespaces (the basic elements of XSLT)
- XSLT transformations (for turning XML into other things)
You will learn how to use these languages in the Oxygen XML editor.
Requirements for this module
- Understand XML basics:
- Elements and attributes
- XML tree structure
- XML Namespaces
- Understand simple HTML