Name | Last modified | Size | Description | |
---|---|---|---|---|
Parent Directory | - | |||
HEADER.html | 2007-10-25 19:50 | 121 | ||
README.html | 2002-01-22 20:04 | 1.3K | ||
ibtwsh6.dtd | 2001-12-17 18:18 | 8.2K | ||
proj10-anim.svg | 2002-01-23 16:57 | 12K | ||
proj10-to-svg.xml | 2013-03-20 19:17 | 17K | ||
proj10.html | 2002-01-22 16:59 | 22K | ||
proj10.svg | 2008-10-31 10:57 | 5.2K | ||
proj10.sxml | 2002-05-06 15:20 | 17K | ||
proj10.xml | 2008-10-31 10:54 | 17K | ||
proj11-anim.svg | 2002-02-01 18:40 | 6.2K | ||
proj11.html | 2002-01-22 18:33 | 9.4K | ||
proj11.svg | 2008-10-31 10:57 | 3.3K | ||
proj11.xml | 2013-03-19 13:56 | 5.0K | ||
project.dtd | 2002-01-21 19:19 | 12K | ||
project.xsl | 2002-01-22 16:47 | 18K | ||
test-anim.bat | 2002-01-22 20:02 | 140 | ||
test.bat | 2002-01-22 20:02 | 130 | ||
testhtml.bat | 2002-01-22 14:43 | 130 | ||
visu-proj-anim.xsl | 2003-11-14 21:37 | 8.9K | ||
visu-proj-cocoon1.xsl | 2002-05-06 16:19 | 7.5K | ||
visu-proj-old1.xsl | 2002-01-22 09:14 | 1.5K | ||
visu-proj-old2.xsl | 2002-01-22 11:35 | 2.7K | ||
visu-proj-old3.xsl | 2002-01-22 14:05 | 4.0K | ||
visu-proj-old4.xml | 2002-01-22 15:00 | 5.1K | ||
visu-proj-old5.xml | 2002-01-22 18:07 | 7.2K | ||
visu-proj-old6.xsl | 2002-01-23 16:29 | 8.9K | ||
visu-proj.xsl | 2013-03-20 19:16 | 7.3K | ||
visu-proj2.xsl | 2013-03-20 19:40 | 7.4K | ||
xalan.bat | 2002-01-22 19:59 | 599 | ||
Basically the goal is to visualize information contained in the xml files by applying a xslt stylesheet. Should display with the SVG plugin from Adobe
proj*.xml = XML text files with informations about a student project proj*.html = same as HTML for reading over the Web project.xsl = the XSLT that translates to HTML visu*.xsl = stylesheet for XML -> SVG <=== THIS IS the cool thing here proj*.svg = the result. *.bat = simplify batch production on a windows machineNote: This is all static stuff, you need an XSLT processor if you whish to reproduce translations. Normally I would use Cocoon or client-side processing, but client-side XSLT is not reliable and Cocoon is out since I am playing with SVG on my portable when I am disconnected.