Hi Kenneth,

simple solution and it works.

Thanks

Florian

> -----Ursprüngliche Nachricht-----
> Von:  Kenneth Westelinck [SMTP:[EMAIL PROTECTED]]
> Gesendet am:  Samstag, 24. März 2001 11:00
> An:   [EMAIL PROTECTED]
> Betreff:      Re: XML in parameter value tag
> 
> Hi,
> 
> 
> I'm not sure if this will help, but have you tried:
> 
> <param-name>configXML</param-name>
> <param-value><![CDATA[<tag>bla</tag>]]></param-value>
> 
> 
> regards,
> 
> Kenneth Westelinck
> 
> 
> >From: "Felgenhauer, Florian, VP-EXT, FFELG"
> <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: [EMAIL PROTECTED]
> >Subject: XML in parameter value tag
> >Date: Fri, 23 Mar 2001 14:34:36 +0100
> >
> >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!
> >------------------------------------------------------------
> 
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
> 
> 
> 
> -----------------------------------------------------------
> 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