html5/spec-author-view/tools preprocess.xsl,1.48,1.49

Update of /sources/public/html5/spec-author-view/tools
In directory hutz:/tmp/cvs-serv25075/tools

Modified Files:
	preprocess.xsl 
Log Message:
Structured clone: Preserve sparse arrays and mention that non-index properties of arrays are preserved too. (whatwg r6274)

[updated by splitter]


Index: preprocess.xsl
===================================================================
RCS file: /sources/public/html5/spec-author-view/tools/preprocess.xsl,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- preprocess.xsl	28 Jun 2011 10:24:17 -0000	1.48
+++ preprocess.xsl	28 Jun 2011 10:35:49 -0000	1.49
@@ -439,7 +439,7 @@
     <a>
       <xsl:copy-of select="@*"/>
       <xsl:attribute name="href">
-        <xsl:value-of select="concat('#ix', substring-after(@href, '#'))"/>
+        <xsl:value-of select="concat('#ix-', substring-after(@href, '#'))"/>
       </xsl:attribute>
       <xsl:apply-templates/>
     </a>

Received on Tuesday, 28 June 2011 10:35:55 UTC