Hi: I am just wondering what should I do if I want to include key words suchs as <param> in web.xml file for a servlet config.
Example: <servlet> <servlet-name>testServlet</servlet-name> <parameter> <param-name>some name</param-name> <param-value>some value</param-value> </parameter> </servlet> What should I do if I want to repleace 'some value' with '</param-value>some value' and still to prevent the engine to terminate parsing the param-value at the fake ending? Is there a standard way in XML to distanguish that? (in URL format it can be replaced %xx for some chars). ie, <param-value> </param-value>some value</param-value> where the second </param-value> is the real ending. Thank you! Gang ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html