html5/spec-author-view/tools flag-frags-complete.xsl,1.1,1.2 flag-frags.xsl,1.1,1.2

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

Modified Files:
	flag-frags-complete.xsl flag-frags.xsl 
Log Message:
fixed dependency problem


Index: flag-frags-complete.xsl
===================================================================
RCS file: /sources/public/html5/spec-author-view/tools/flag-frags-complete.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- flag-frags-complete.xsl	7 Jul 2010 08:58:15 -0000	1.1
+++ flag-frags-complete.xsl	7 Jul 2010 09:39:32 -0000	1.2
@@ -1,6 +1,5 @@
 <?xml version="1.0"?>
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:xi="http://www.w3.org/2001/XInclude" version="1.0">
-  <xsl:include href="../fragment-links.xsl"/>
   <xsl:output method="html" indent="no"/>
   <xsl:key name="local-frags" match="." use="concat('#',@id)"/>
   <xsl:key name="filename-map" match="." use="h:li"/>
@@ -48,8 +47,8 @@
   </xsl:template>
   <div xmlns="http://www.w3.org/1999/xhtml">
 <ul>
-<li>#refsRFC1557</li>
[...11966 lines suppressed...]
+<ul>
 <li>#content-categories</li>
 <li>content-models</li>
 </ul>
 <ul>
-<li>#browsing-context-names</li>
-<li>browsers</li>
+<li>#parsing-main-incolgroup</li>
+<li>tokenization</li>
+</ul>
+<ul>
+<li>#attr-marquee-behavior-alternate</li>
+<li>obsolete</li>
+</ul>
+<ul>
+<li>#the-optgroup-element</li>
+<li>the-button-element</li>
 </ul>
 <ul>
 <li>#submit-button-state</li>

Index: flag-frags.xsl
===================================================================
RCS file: /sources/public/html5/spec-author-view/tools/flag-frags.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- flag-frags.xsl	7 Jul 2010 08:58:15 -0000	1.1
+++ flag-frags.xsl	7 Jul 2010 09:39:32 -0000	1.2
@@ -2,7 +2,6 @@
   xmlns:h="http://www.w3.org/1999/xhtml"
   xmlns:xi="http://www.w3.org/2001/XInclude"
   version='1.0'>
-  <xsl:include href="../fragment-links.xsl"/>
   <xsl:output method="html" indent="no"/>
   <xsl:key name="local-frags" match="." use="concat('#',@id)"/>
   <xsl:key name="filename-map" match="." use="h:li"/>
@@ -48,5 +47,5 @@
       <xsl:value-of select="key('filename-map',$ref)/*[2]"/>
     </xsl:for-each>
   </xsl:template>
-  <xi:include href="../fragment-links.html"/>
+  <xi:include href="../fragment-links.xhtml"/>
 </xsl:stylesheet>

Received on Wednesday, 7 July 2010 09:39:36 UTC