I have this snippets (many tks to Martin Cooper):
<x:parse xml="${pageContext.request.reader}" var="xmlDoc"/>
<x:set select="$xmlDoc/packet" var="myValue" />
<c:out value="${myValue}" escapeXml="false" />and a small xmlDoc from a flash form like this: <packet type="1"> <row/> <row/> </packet>
The output in html page is quite good: [<packet type="1"><row /><row /></packet>]
Why there are the brachets?
I can remove there but I don't understand why there are this brachets.
any idea?
regards Lorenzo
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
