- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 20 Aug 2009 09:22:49 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/tools In directory hutz:/tmp/cvs-serv15652/tools Modified Files: chunker.xsl generate-spec-source.xsl Log Message: tweaked the metainfo for the ARIA version so that that gets labeled correctly Index: generate-spec-source.xsl =================================================================== RCS file: /sources/public/html5/markup/tools/generate-spec-source.xsl,v retrieving revision 1.201 retrieving revision 1.202 diff -u -d -r1.201 -r1.202 --- generate-spec-source.xsl 20 Aug 2009 07:43:17 -0000 1.201 +++ generate-spec-source.xsl 20 Aug 2009 09:22:47 -0000 1.202 @@ -10,6 +10,8 @@ <xsl:output method="xml"/> <xsl:param name="aria" select="0"/> <xsl:param name="rnc-html">../html.rnc.spec.html</xsl:param> + <xsl:param name="head">../src/head.html</xsl:param> + <xsl:param name="header">../src/header.src.html</xsl:param> <xsl:variable name="assertions"> <!-- * FIXME: really should be doing this with keys... --> <xsl:for-each @@ -36,10 +38,10 @@ <xsl:template match="/"> <html xml:lang="en"> <xsl:text> </xsl:text> - <xsl:copy-of select="document('../src/head.html')"/> + <xsl:copy-of select="document($head)"/> <xsl:text> </xsl:text> <body> - <xsl:copy-of select="document('../src/header.src.html')//*[local-name() = 'body']/node()"/> + <xsl:copy-of select="document($header)//*[local-name() = 'body']/node()"/> <div id="this_sections"> <xsl:text> </xsl:text> <xsl:copy-of select="document('../src/intro-scope.html')"/> Index: chunker.xsl =================================================================== RCS file: /sources/public/html5/markup/tools/chunker.xsl,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- chunker.xsl 3 May 2009 15:59:43 -0000 1.4 +++ chunker.xsl 20 Aug 2009 09:22:47 -0000 1.5 @@ -98,7 +98,7 @@ <xsl:param name="next" select="following-sibling::*"/> <xsl:text> </xsl:text> <h2 class="chunkpagetitle"><a - href="{$TOC-file}">HTML5: The Markup Language</a></h2> + href="{$TOC-file}"><xsl:value-of select="/*/h:head/h:title"/></a></h2> <xsl:text> </xsl:text> <div class="nav"> <xsl:text> </xsl:text>
Received on Thursday, 20 August 2009 09:22:58 UTC