Example application that demonstrates the use of XSLT stylesheets to transform CSV data to HTML and PDF.
The current implementation produces simple table output. More sophisticated examples may follow.
./mvnw spring-boot:run
- http://localhost:8080/ to open the web interface
- Save
.csv
and.xml
files in thedatasets
directory
Note that the application does not support duplicate base names. E.g. it cannot properly distinguish between datasetsitems.csv
anditems.xml
. - Reload the web page to refresh the datasets
Spring Boot Developer Tools are enabled, meaning that:
- the application restarts automatically after a resource on the classpath is updated
- the browser reloads the current page when the LiveReload extension is installed
- Kaggle datasets
Dataset community, registration required