svn commit: r40890 - projects/xml-tools/share/xsl

Gabor Kovesdan gabor at FreeBSD.org
Tue Feb 5 09:29:29 UTC 2013


Author: gabor
Date: Tue Feb  5 09:29:28 2013
New Revision: 40890
URL: http://svnweb.freebsd.org/changeset/doc/40890

Log:
  - Name XHTML chunks after the ID as we have been doing it with DSSSL

Modified:
  projects/xml-tools/share/xsl/freebsd-xhtml-common.xsl

Modified: projects/xml-tools/share/xsl/freebsd-xhtml-common.xsl
==============================================================================
--- projects/xml-tools/share/xsl/freebsd-xhtml-common.xsl	Tue Feb  5 09:14:34 2013	(r40889)
+++ projects/xml-tools/share/xsl/freebsd-xhtml-common.xsl	Tue Feb  5 09:29:28 2013	(r40890)
@@ -16,6 +16,7 @@
 
   <!-- HTML specific customisation goes here -->
 
+  <xsl:param name="use.id.as.filename" select="1"/>
   <xsl:param name="html.stylesheet" select="'docbook.css'"/>
   <xsl:param name="user.id.as.filename" select="'1'"/>
   <xsl:param name="link.mailto.url" select="'doc at FreeBSD.org'"/>


More information about the svn-doc-projects mailing list