1) Given the XML file ACMTrento.xml, write an XML Schema for it.
2) Write an XSL transformation that, from the given file, generates a CSV file containing the following fields:
- Unit Name
- Type
- Time
Write a Java program that runs the transformation.
Deliver a report, the XML Schema, the XSL file, the rusulting CSV file.
2) Write an XSL transformation that, from the given file, generates a CSV file containing the following fields:
- Unit Name
- Type
- Time
Write a Java program that runs the transformation.
Deliver a report, the XML Schema, the XSL file, the rusulting CSV file.