Skip to content

Write your presentation in semantic xml and transform it to nice html presenation.

Notifications You must be signed in to change notification settings

patresk/xml-slideshow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xml-slideshow

Write your slideshow in semantic xml and transform it to a nice html presenation.

This project was created as a school project (Web publishing course) at FIIT.

Generated slideshow demo

Xslt processor is required, for example saxon. You can download Saxon here. When saxon (or so) is downloaded, run this command:

java -jar <path to saxon> presentation.xml to_html.xml > presentation.html

for example

java -jar /Development/Saxon/SaxonHE9-6-0-4J/saxon9he.jar presentation.xml to_html.xml > presentation.html

The run the generated presentation, open presentation.html in your browser (chrome). Keep in mind that assets folder must be included in the directory to make it work.

About

Write your presentation in semantic xml and transform it to nice html presenation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published