chriseldredge / vulcan

Continuous Integration server
GNU General Public License v2.0
0 stars 1 forks source link

xhtml validation improvements #94

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Project dependencies and schedulers sometimes cause xhtml validation errors
because the names used have spaces or other illegal characters.  These
names are used for "id" and "for" attributes, which is invalid.  The names
should be mangled to comply.

Original issue reported on code.google.com by chris.eldredge@gmail.com on 30 Mar 2007 at 5:06

GoogleCodeExporter commented 9 years ago
Implemented fixes for most problems in r395.  URLs generated in xslt are not
correctly escaped, however.

Original comment by chris.eldredge@gmail.com on 19 Apr 2007 at 8:14

GoogleCodeExporter commented 9 years ago
Since it would take at least 50 lines of xslt-1 meta-programming or a 3 megabyte
increase in download size to include saxon for xslt-2 support, the incorrect 
encoding
inside xsl will not be addressed at this time.  Closing.

Original comment by chris.eldredge@gmail.com on 9 Jun 2007 at 8:58