IT Training & Education
XSLT (Extensible Stylesheet Language Transformations) is used to transform XML documents into other data types, such as XHTML. XPath (XML Path) is a language used to query the data stored in an XML document. This workshop will teach participants to transform XML data into valid XHTML using XSLT and XPath. With a growing amount of data being stored in XML format, being able to view and manipulate that XML data becomes necessary. XSLT allows a developer to transform one XML document into a variety of different formats including XHTML, PDF, and even other types of XML documents. Being able to transform XML data allows for easy reuse of information and enables a developer to display the information in numerous formats for analysis and viewing. While the focus of this workshop is on transforming XML to XHTML, the same principles can be applied to transform XML into any other document type.
(Description continued below)