Skip to content

Transform CSV datasets with XSLT

License

Notifications You must be signed in to change notification settings

laurens-runnable/xslt-datasets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XSLT datasets

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.

Stack

Run

./mvnw spring-boot:run
  • http://localhost:8080/ to open the web interface
  • Save .csv and .xml files in the datasets directory
    Note that the application does not support duplicate base names. E.g. it cannot properly distinguish between datasets items.csv and items.xml.
  • Reload the web page to refresh the datasets

Spring Developer tools

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

Resources

License

Public Domain

About

Transform CSV datasets with XSLT

Resources

License

Stars

Watchers

Forks