Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 694 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 694 Bytes

Simple experiment with the XSLT template processing model by W3C to build a static web page containing résumé informations.

The data model is contained in darth.xml, while the source template is in template.xslt and the CSS stylesheet and other media in the static/ folder.

In GNU/Linux, generate the HTML page using the XSLT template engine:

xsltproc darth.xml > build/index.html 

and copy the static files with:

cp -r static/* build/

or simply call the build.sh script.

The rendered web page can be found at https://dvader.surge.sh.