]> granicus.if.org Git - apache/commitdiff
remove references to allmodules.xml
authorAndré Malo <nd@apache.org>
Tue, 4 May 2004 22:32:21 +0000 (22:32 +0000)
committerAndré Malo <nd@apache.org>
Tue, 4 May 2004 22:32:21 +0000 (22:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103608 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/directives.xml
docs/manual/mod/directives.xml.de
docs/manual/mod/directives.xml.es
docs/manual/mod/directives.xml.ja
docs/manual/mod/directives.xml.ko
docs/manual/style/xsl/directiveindex.xsl

index 95367a4db82d6655637ae738d790c836bf5044cf..c79203e7c7d13f92eb852cfb600595dab463d9cf 100644 (file)
@@ -1,9 +1,7 @@
 <?xml version="1.0"?>
-<!DOCTYPE directiveindex SYSTEM "../style/modulesynopsis.dtd"
-  [ <!ENTITY allmodules SYSTEM "allmodules.xml"> ]
->
+<!DOCTYPE directiveindex SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
 
 <!--
  Copyright 2002-2004 The Apache Software Foundation
@@ -38,6 +36,4 @@
       summary form.
     </p>
   </summary>
-
-  &allmodules;
 </directiveindex>
index 71733d980ef98c30c65736b7629785c84c70bb06..b97573fab067adb7822c8d31d5252dbdbe19db96 100644 (file)
@@ -1,9 +1,7 @@
 <?xml version="1.0"?>
-<!DOCTYPE directiveindex SYSTEM "../style/modulesynopsis.dtd"
-  [ <!ENTITY allmodules SYSTEM "allmodules.xml.de"> ]
->
+<!DOCTYPE directiveindex SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?>
-<!-- English Revision: 1.12 -->
+<!-- English Revision: 1.13 -->
 
 <!--
  Copyright 2002-2004 The Apache Software Foundation
@@ -38,6 +36,4 @@
       zu jeder Direktive eine Zusammenfassung der Details enth&auml;lt.
     </p>
   </summary>
-
-  &allmodules;
 </directiveindex>
index 7e3110adc88818a4d7161ad4184ddace4170882c..30143fcc8464e828e780cffe0c78e37520313e9c 100644 (file)
@@ -1,9 +1,7 @@
 <?xml version="1.0"?>
-<!DOCTYPE directiveindex SYSTEM "../style/modulesynopsis.dtd"
-  [ <!ENTITY allmodules SYSTEM "allmodules.xml.es"> ]
->
+<!DOCTYPE directiveindex SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.es.xsl"?>
-<!-- English Revision: 1.12  -->
+<!-- English Revision: 1.13  -->
 
 <!--
  Copyright 2004 The Apache Software Foundation
@@ -39,7 +37,5 @@
       directiva de forma resumida.
     </p>
   </summary>
-
-  &allmodules;
 </directiveindex>
 
index 7290d87c3760f61ff05357f16db9605078d91ed4..8dcff8da157e5783303cd1572d1fce0791257f85 100644 (file)
@@ -1,9 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp"?>
-<!DOCTYPE directiveindex SYSTEM "../style/modulesynopsis.dtd"
-  [ <!ENTITY allmodules SYSTEM "allmodules.xml.ja"> ]
->
+<!DOCTYPE directiveindex SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 1.12 -->
+<!-- English Revision: 1.13 -->
 
 <!--
  Copyright 2002-2004 The Apache Software Foundation
@@ -36,6 +34,4 @@
       \e$B$"$j$^$9!#\e(B
     </p>
   </summary>
-
-  &allmodules;
 </directiveindex>
index 4db0e6e782cd2d6df487b50aa4d4538b20f063c0..c29f5ce7aacb3bacf53d3fa6d20bd88c99372c41 100644 (file)
@@ -1,9 +1,7 @@
 <?xml version="1.0" encoding='EUC-KR' ?>
-<!DOCTYPE directiveindex SYSTEM "../style/modulesynopsis.dtd"
-  [ <!ENTITY allmodules SYSTEM "allmodules.xml.ko"> ]
->
+<!DOCTYPE directiveindex SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 1.12 -->
+<!-- English Revision: 1.13 -->
 
 <!--
  Copyright 2003-2004 The Apache Software Foundation
@@ -35,6 +33,4 @@
       href="quickreference.html">Áö½Ã¾î ºü¸¥ÂüÁ¶</a>µµ ÀÖ´Ù.
     </p>
   </summary>
-
-  &allmodules;
 </directiveindex>
index 70556841dc6701b722744c1847de9efd03978e13..6ee936a181d5f5e62aa7c2f2d88e9eeafc5421c2 100644 (file)
@@ -35,7 +35,7 @@
         <xsl:call-template name="top"/>
 
         <xsl:variable name="directives"
-            select="document(modulefilelist/modulefile)
+            select="document(document($allmodules)/modulefilelist/modulefile)
                         /modulesynopsis[status!='Obsolete']
                         /directivesynopsis[not(@location)]" />