html5/spec-author-view/tools postprocess.xsl,1.3,1.4

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

Modified Files:
	postprocess.xsl 
Log Message:
unwind some overcomplication in postprocessing spec links


Index: postprocess.xsl
===================================================================
RCS file: /sources/public/html5/spec-author-view/tools/postprocess.xsl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- postprocess.xsl	8 Jul 2010 19:51:16 -0000	1.3
+++ postprocess.xsl	12 Jul 2010 04:52:59 -0000	1.4
@@ -110,9 +110,8 @@
   </xsl:template>
   <xsl:template name="get-filename">
     <xsl:param name="ref"/>
-    <xsl:for-each select="document('')">
+    <xsl:for-each select="document('../fragment-links.xhtml')">
       <xsl:value-of select="key('filename-map',$ref)/*[2]"/>
     </xsl:for-each>
   </xsl:template>
-  <xi:include href="../fragment-links.xhtml"/>
 </xsl:stylesheet>

Received on Monday, 12 July 2010 04:53:03 UTC