Re: svn commit: r320663 - /xml/site/src/documentation/content/xdocs/mirrors.html

Jeremias Maerki <[email protected]>
Newsgroups gmane.text.xml.general
Message-ID <[email protected]>
David,

I tried that, too, but the [if-any] and [for] commands still get
swallowed. Confused.

On 13.10.2005 07:18:24 crossley wrote:
> Author: crossley
> Date: Wed Oct 12 22:18:19 2005
> New Revision: 320663
> 
> URL: http://svn.apache.org/viewcvs?rev=320663&view=rev
> Log:
> The special mirror tokens need to be encompassed by xml comments.
> 
> Modified:
>     xml/site/src/documentation/content/xdocs/mirrors.html
> 
> Modified: xml/site/src/documentation/content/xdocs/mirrors.html
> URL: http://svn.apache.org/viewcvs/xml/site/src/documentation/content/xdocs/mirrors.html?rev=320663&r1=320662&r2=320663&view=diff
> ==============================================================================
> --- xml/site/src/documentation/content/xdocs/mirrors.html (original)
> +++ xml/site/src/documentation/content/xdocs/mirrors.html Wed Oct 12 22:18:19 2005
> @@ -71,15 +71,15 @@
>          <form action="[location]" method="get" id="SelectMirror"> 		 
>   		 Other mirrors: 		
>  <select name="Preferred">
> -[if-any http]
> -  [for http]<option value="[http]">[http]</option>[end]
> -[end]  
> -[if-any ftp]
> -  [for ftp]<option value="[ftp]">[ftp]</option>[end]
> -[end]
> -[if-any backup]
> -  [for backup]<option value="[backup]">[backup] (backup)</option>[end]
> -[end]
> +<!--[if-any http] [for http]-->
> +<option value="[http]">[http]</option>
> +<!--[end] [end]-->
> +<!--[if-any ftp] [for ftp]-->
> +<option value="[ftp]">[ftp]</option>
> +<!--[end] [end]-->
> +<!--[if-any backup] [for backup]-->
> +<option value="[backup]">[backup] (backup)</option>
> +<!--[end] [end]-->
>          </select>
>  		 <input type="submit" value="Change"/> 	 </form>
>  		 


Jeremias Maerki
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.