E-mail List Archives
Thread: RE: XML and accessibility
Number of posts in this thread: 1 (In chronological order)
From: Jon Gunderson
Date: Tue, Feb 11 2003 1:25PM
Subject: RE: XML and accessibility
No previous message | No next message
Lynnette,
The HTML slides used in my courses and workshops are created from XML and
XSLT. I use the java Xalan XSLT processor (http://xml.apache.org) and the
non-standard redirect command of Xalan is used to generate multiple files
from one XML document.
Example:
XHTML generated:
http://cita.rehab.uiuc.edu/courses/2003-02-REHAB711NC/lec01/index.html
CSS style sheet:
http://cita.rehab.uiuc.edu/courses/2003-02-REHAB711NC/styles/present.css
XML source:
http://cita.rehab.uiuc.edu/courses/2003-02-REHAB711NC/lec01/lec01.xml
XSLT style sheet:
http://cita.rehab.uiuc.edu/courses/2003-02-REHAB711NC/lec01/slides.xsl
Jon
At 12:50 PM 2/11/2003 -0500, Zwack, Melanie wrote:
>Here's an interesting Style Guide developed by the New York Public Libraries
>using xHTML:
>http://www.nypl.org/styleguide/
>
>
>
>