I tried to put XML in a servlet parameter.

Here is the part from web.xml:

<param-name>configXML</param-name>
<param-value><tag>bla</tag></param-value>

Reading the parameter like this

ServletConfig conf = getServletConfig();

String configXML = conf.getInitParameter("configXML");

I got only the text bla of the tag <tag>.

Florian


-----------------------------------------------------------
This Mail has been checked for Viruses
Attention: Encrypted Mails can NOT be checked !

***

Diese Mail wurde auf Viren ueberprueft
Hinweis: Verschluesselte Mails koennen NICHT geprueft werden!
------------------------------------------------------------

Reply via email to