Etsi
Hyperlink libraries - XML, XSLT, HTML, CSS
- niinaniemela
- 27.1.2016
- 1 min käytetty lukemiseen
This project consisted of rehersing familiar XML, HTML and CSS but also learn something new, XSLT. With XSLT (Extensible Stylesheet Language Transformations) you can transform XML documents e.g. to XHTML. To navigate through the XML document you need to use XPath which uses querys/path expressions to select nodes or node-sets. XSLT is also a functional language.
This assignment was designed to learn XSLT and XPath. I learned how to use these methods to retrieve data from XML document and show the data in HTML format.


Comments