You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Matthew R Wette <mw...@grover.jpl.nasa.gov> on 2000/05/04 01:12:48 UTC

Re: XML syntax for parameter values that are XML

Christopher Stacy writes ...
> >>>>> Christopher Stacy ("CS") writes:
>  CS> I have an application parameter value that consists of some XML.
>  CS> I want to write something like:
>  CS>       <context-param>
>  CS>          <param-name>foo</param-name>
>  CS>          <param-value>
>  CS>             <bar/>
>  CS>          </param-value>
>  CS>       </context-param>
>  CS> What is the XML syntax that I need to use for this kind of thing?

 &lt;bar/%gt;

or something similar maybe ?