You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Jon Stevens <jo...@latchkey.com> on 2001/09/13 02:27:49 UTC

Re: cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs jndi-resources-howto.xml

on 9/12/01 4:19 PM, "craigmcc@apache.org" <cr...@apache.org> wrote:

> +<source>
> +&lt;resource-env-ref&gt;
> +  &lt;Description&gt;
> +    Object factory for MyBean instances.
> +  &lt;/Description&gt;
> +  &lt;resource-env-ref-name&gt;
> +    bean/MyBeanFactory
> +  &lt;/resource-env-ref-name&gt;
> +  &lt;resource-env-ref-type&gt;
> +    com.mycompany.MyBean
> +  &lt;/resource-env-ref-type&gt;
> +&lt;resource-env-ref&gt;
> +</source>

Ewwww....!!!!!!!!

Anakia's documentation generation doesn't require you to escape that if you
use CDATA to contain the stuff.

-jon


Re: cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs jndi-resources-howto.xml

Posted by Pier Fumagalli <pi...@betaversion.org>.
"Jon Stevens" <jo...@latchkey.com> wrote:

> on 9/12/01 4:19 PM, "craigmcc@apache.org" <cr...@apache.org> wrote:
> 
>> +<source>
>> +&lt;resource-env-ref&gt;
>> +  &lt;Description&gt;
>> +    Object factory for MyBean instances.
>> +  &lt;/Description&gt;
>> +  &lt;resource-env-ref-name&gt;
>> +    bean/MyBeanFactory
>> +  &lt;/resource-env-ref-name&gt;
>> +  &lt;resource-env-ref-type&gt;
>> +    com.mycompany.MyBean
>> +  &lt;/resource-env-ref-type&gt;
>> +&lt;resource-env-ref&gt;
>> +</source>
> 
> Ewwww....!!!!!!!!
> 
> Anakia's documentation generation doesn't require you to escape that if you
> use CDATA to contain the stuff.

It's not only anakia.... It's XML :)

    Pier