]> granicus.if.org Git - apache/commitdiff
fix namespace problem and update a transformation that seems to be forgotten
authorAndré Malo <nd@apache.org>
Sat, 3 May 2003 15:00:09 +0000 (15:00 +0000)
committerAndré Malo <nd@apache.org>
Sat, 3 May 2003 15:00:09 +0000 (15:00 +0000)
yesterday ...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99703 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/developer/API.html.en
docs/manual/style/xsl/util/lf.xml
docs/manual/style/xsl/util/li-end.xml
docs/manual/style/xsl/util/li-start.xml
docs/manual/style/xsl/util/nbsp.xml
docs/manual/style/xsl/util/tab.xml
docs/manual/style/xsl/util/ul-end.xml
docs/manual/style/xsl/util/ul-start.xml

index 36fd3381008e1e7238bcd25ae3a91a6c2e2f54f8..e32e34891e5cc0684f7b02699998cc50af0a68bd 100644 (file)
@@ -333,7 +333,7 @@ struct stat finfo;    /* Set by server core;
         char *content_encoding;<br />
         <br />
         /* MIME header environments, in and out. Also, <br />
-        &nbsp;*an array containing environment variables to<br />
+        &nbsp;* an array containing environment variables to<br />
         &nbsp;* be passed to subprocesses, so people can write<br />
         &nbsp;* modules to add to that environment.<br />
         &nbsp;*<br />
index 380d3fe33d4d7e6c50ee9bc24ef727f36d09682f..1ee21592d51a7e4f92ba294303a06a0a8e0302eb 100644 (file)
@@ -1,3 +1,3 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
-<xsl:text>&#xA;</xsl:text>
+<xsl:text xmlns:xsl="http://www.w3.org/1999/XSL/Transform">&#xA;</xsl:text>
index 2d8409058455c04920c42c2426dc88c36addea33..94ef8a70b773463228a555680caf499dba2ea602 100644 (file)
@@ -1 +1 @@
-<xsl:text>&lt;/li&gt;</xsl:text>
\ No newline at end of file
+<xsl:text xmlns:xsl="http://www.w3.org/1999/XSL/Transform">&lt;/li&gt;</xsl:text>
index 0af3545f8912a6bd565d504549ff26fbc93c7ae1..2cf57ca9162f58c85dc8dca9ec97d693277ac6df 100644 (file)
@@ -1 +1 @@
-<xsl:text>&lt;li&gt;</xsl:text>
\ No newline at end of file
+<xsl:text xmlns:xsl="http://www.w3.org/1999/XSL/Transform">&lt;li&gt;</xsl:text>
index 069d6cf503bec1771405648b3604d8d7894f2173..a6b7a0622ac37d22b5304dea5e43e651d251bf32 100644 (file)
@@ -1,3 +1,3 @@
 <?xml version="1.0" encoding="utf-8"?>
 
-<xsl:text disable-output-escaping="yes">&amp;nbsp;</xsl:text>
+<xsl:text disable-output-escaping="yes" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">&amp;nbsp;</xsl:text>
index 8b08ac2fb5dbbd7befa8edfe3be23b2ce5a7b1b6..594be385478bb80f61f0e43480f4ec82119b0524 100644 (file)
@@ -1,3 +1,3 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
-<xsl:text>&#x9;</xsl:text>
+<xsl:text xmlns:xsl="http://www.w3.org/1999/XSL/Transform">&#x9;</xsl:text>
index a826ce8ba843571e3dee2633fcfbc40e544ccfa6..347e2c2e9761f462149a26aec14916b25511bf44 100644 (file)
@@ -1 +1 @@
-<xsl:text>&lt;/ul&gt;</xsl:text>
\ No newline at end of file
+<xsl:text xmlns:xsl="http://www.w3.org/1999/XSL/Transform">&lt;/ul&gt;</xsl:text>
index a7f29466e2af054821180b2e48682820cf75ef89..efd15f571219b6a29586e2fb6fbd854c805fe3a4 100644 (file)
@@ -1 +1 @@
-<xsl:text>&lt;ul&gt;</xsl:text>
\ No newline at end of file
+<xsl:text xmlns:xsl="http://www.w3.org/1999/XSL/Transform">&lt;ul&gt;</xsl:text>