You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by po...@apache.org on 2010/04/11 18:41:31 UTC

svn commit: r932935 - /httpd/httpd/trunk/docs/manual/urlmapping.xml

Author: poirier
Date: Sun Apr 11 16:41:30 2010
New Revision: 932935

URL: http://svn.apache.org/viewvc?rev=932935&view=rev
Log:
Fix xml validation error

Modified:
    httpd/httpd/trunk/docs/manual/urlmapping.xml

Modified: httpd/httpd/trunk/docs/manual/urlmapping.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/urlmapping.xml?rev=932935&r1=932934&r2=932935&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/urlmapping.xml (original)
+++ httpd/httpd/trunk/docs/manual/urlmapping.xml Sun Apr 11 16:41:30 2010
@@ -332,7 +332,8 @@ is available to rewrite links in HTML an
 
 <!-- TODO Flesh out each of the items in the list below. -->
 
-    <p>Other modules available for URL mapping include:
+    <p>Other modules available for URL mapping include:</p>
+
     <ul>
     <li><module>mod_actions</module> - Maps a request to a CGI script
     based on the request method, or resource MIME type.</li>
@@ -344,7 +345,6 @@ is available to rewrite links in HTML an
     document based on client preferences such as language or content
     compression.</li>
     </ul>
-    </p>
 
 </section>
 



Re: svn commit: r932935 - /httpd/httpd/trunk/docs/manual/urlmapping.xml

Posted by Dan Poirier <po...@pobox.com>.
On 2010-04-12 at 14:41, Rich Bowen <rb...@rcbowen.com> wrote:

> Hmm. I didn't realize you can't put a <ul></ul> inside a <p></p>. Why
> ever not?

It surprised me too when xml-validate complained about it.

Apparently lists are block-level elements, and technically paragraphs
can't contain block-level elements.

Dan

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


Re: svn commit: r932935 - /httpd/httpd/trunk/docs/manual/urlmapping.xml

Posted by Rich Bowen <rb...@rcbowen.com>.
Hmm. I didn't realize you can't put a <ul></ul> inside a <p></p>. Why  
ever not?

On Apr 11, 2010, at 12:41 PM, poirier@apache.org wrote:

> Author: poirier
> Date: Sun Apr 11 16:41:30 2010
> New Revision: 932935
>
> URL: http://svn.apache.org/viewvc?rev=932935&view=rev
> Log:
> Fix xml validation error
>
> Modified:
>    httpd/httpd/trunk/docs/manual/urlmapping.xml
>
> Modified: httpd/httpd/trunk/docs/manual/urlmapping.xml
> URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/urlmapping.xml?rev=932935&r1=932934&r2=932935&view=diff
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> ======================================================================
> --- httpd/httpd/trunk/docs/manual/urlmapping.xml (original)
> +++ httpd/httpd/trunk/docs/manual/urlmapping.xml Sun Apr 11 16:41:30  
> 2010
> @@ -332,7 +332,8 @@ is available to rewrite links in HTML an
>
> <!-- TODO Flesh out each of the items in the list below. -->
>
> -    <p>Other modules available for URL mapping include:
> +    <p>Other modules available for URL mapping include:</p>
> +
>     <ul>
>     <li><module>mod_actions</module> - Maps a request to a CGI script
>     based on the request method, or resource MIME type.</li>
> @@ -344,7 +345,6 @@ is available to rewrite links in HTML an
>     document based on client preferences such as language or content
>     compression.</li>
>     </ul>
> -    </p>
>
> </section>
>
>
>

--
Rich Bowen
rbowen@rcbowen.com




---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org