WebAIM - Web Accessibility In Mind

E-mail List Archives

RE: XML and accessibility

for

From: Jon Gunderson
Date: Feb 11, 2003 1:25PM


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/
>
>
>
>