Subject: CVS commit: htdocs/share/xsl
To: None <www-changes@NetBSD.org>
From: Hiroki Sato <hrs@netbsd.org>
List: www-changes
Date: 04/20/2005 16:13:27
Module Name:	htdocs
Committed By:	hrs
Date:		Wed Apr 20 16:13:27 UTC 2005

Modified Files:
	htdocs/share/xsl: netbsd-docbook-html-chunk.xsl netbsd-docbook-html.xsl

Log Message:
Add a doctype declaration for XSLT stylesheet.  By using the following
doctype declaration:

<!DOCTYPE xsl:stylesheet
  PUBLIC "-//NetBSD/DTD NetBSD XSLT 1.0 DTD//EN"
         "http://www.NetBSD.org/XML/htdocs/share/xml/xslt10-netbsd.dtd">

we can use various entities defined in htdocs/share/xml/*.ent as
well as named ISO entities such as &acute;. in the stylesheet (.xsl file).

Note that validation is not fully supported because DTD does not support
XML namespace.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 htdocs/share/xsl/netbsd-docbook-html-chunk.xsl \
    htdocs/share/xsl/netbsd-docbook-html.xsl

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.