RE: JSTL <c:out> tag-- how to escape apostrophe
William Ross <[email protected]>
| Newsgroups | gmane.comp.jakarta.taglibs.user |
|---|---|
| Message-ID | <[email protected]> |
At 06:19 PM 7/12/2006, you wrote: >How do I filter the input? The messages are coming from server via SOAP >adapters. Can you explain more in detail. Thanks for the tip. The adapter is consuming messages from a server, but you don't specify what the server is; never the less, unless you're working with a black box the soap envelopes are exposed at some point, yeah? Grab 'em, scan 'em, and convert any characters you want to entities. What do you not understand?