Hi,
While I'm working around the translationi of mod_include.xml,
IE warned me that colons should not be in the string of the id attribute.
I don't know what those should be, but I replaced those with underscores.
The following patch was OK with IE.
Any suggestions or can I ask someone to submit the patch?
================
Index: mod_include.xml
===================================================================
RCS file: /home/cvspublic/httpd-2.0/docs/manual/mod/mod_include.xml,v
retrieving revision 1.19
diff -u -r1.19 mod_include.xml
--- mod_include.xml 2 Mar 2003 01:17:31 -0000 1.19
+++ mod_include.xml 21 Mar 2003 13:02:27 -0000
@@ -115,7 +115,7 @@
<module>mod_cgi</module>, and will only be available if this
module is loaded.</p>
- <section id="element:config"><title>The config Element</title>
+ <section id="element_config"><title>The config Element</title>
<p>This command controls various aspects of the parsing. The
valid attributes are:</p>
@@ -139,7 +139,7 @@
</dl>
</section> <!-- /config -->
- <section id="element:echo"><title>The echo Element</title>
+ <section id="element_echo"><title>The echo Element</title>
<p>This command prints one of the <a href="#includevars">include
variables</a>, defined below. If the variable is unset, the result is
determined by the <directive module="mod_include"
@@ -180,7 +180,7 @@
</dl>
</section> <!-- /echo -->
- <section id="element:exec"><title>The exec Element</title>
+ <section id="element_exec"><title>The exec Element</title>
<p>The <code>exec</code> command executes a given shell command or
CGI script. It requires <module>mod_cgi</module> to be present
in the server. If <directive module="core">Options</directive>
@@ -252,7 +252,7 @@
</dl>
</section> <!-- /exec -->
- <section id="element:fsize"><title>The fsize Element</title>
+ <section id="element_fsize"><title>The fsize Element</title>
<p>This command prints the size of the specified file, subject
to the <code>sizefmt</code> format specification. Attributes:</p>
@@ -269,14 +269,14 @@
</dl>
</section> <!-- /fsize -->
- <section id="element:flastmod"><title>The flastmod Element</title>
+ <section id="element_flastmod"><title>The flastmod Element</title>
<p>This command prints the last modification date of the
specified file, subject to the <code>timefmt</code> format
specification. The attributes are the same as for the
<code><a href="#element:fsize">fsize</a></code> command.</p>
</section> <!-- /flastmod -->
- <section id="element:include"><title>The include Element</title>
+ <section id="element_include"><title>The include Element</title>
<p>This command inserts the text of another document or file
into the parsed file. Any included file is subject to the
usual access control. If the directory containing the
@@ -327,7 +327,7 @@
</dl>
</section> <!-- /include -->
- <section id="element:printenv"><title>The printenv Element</title>
+ <section id="element_printenv"><title>The printenv Element</title>
<p>This prints out a listing of all existing variables and
their values. Special characters are entity encoded (see the <code><a
href="#element:echo">echo</a></code> element for details)
@@ -338,7 +338,7 @@
</example>
</section> <!-- /printenv -->
- <section id="element:set"><title>The set Element</title>
+ <section id="element_set"><title>The set Element</title>
<p>This sets the value of a variable. Attributes:</p>
<dl>
================
Hiroaki Kawai
Department of Complexity Science and Engineering,
The University of Tokyo
http://www.bcl.t.u-tokyo.ac.jp
mailto:[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]