Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 319 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 319 Bytes

PKCK-3

Transforming XML to HTML using XSLT

To easily transform XML to HTML use Saxon: https://sourceforge.net/projects/saxon/files/Saxon-HE/9.9/
In order to generate HTML file, run the following command:
java -jar saxon9he.jar -xsl:zadanie3-xhtml.xslt -s:music-library-report.xml -o:music-library.html