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.
- OpenJDK 17
- Spring Boot and Spring MVC
- Saxon HE
- Apache FOP
./mvnw spring-boot:run
- http://localhost:8080/
- Save
.csv
files in thedatasets
directory - Reload the main page to browse the available 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