XML Languages |
|
|---|---|
|
Take an in-depth look at the eXtensible Markup Language (XML) and why it is so dominant in modern applications. Create and parse XML documents, validate documents with DTDs and Schemas, and transform documents using XSL, XSL-FO and CSS. |
|
Course Listing
Introduction to XML
This course provides an in-depth look at the eXtensible Markup Language (XML) and why it is so dominant in modern applications. Students will learn how to create and parse XML documents, validate documents with Document Type Definitions (DTDs), and transform documents using the eXtensible Stylesheet Language (XSL) and Cascading Style Sheets (CSS).
Schemas
Learn how to use XML Schema to define the structure of XML languages and how to validate XML documents against XML schemas.
DTDs
Learn how to use Document Type Definitions to define the structure of XML languages and how to validate XML documents against XML schemas.
XSL-Transformations
Learn how to transform XML documents into HTML, plain text and other XML formats.
XSL-Formatting Objects
Learn how to transform XML documents with XSL to create PDFs.
