I believe that you are getting the []'s because the actual object created by the <x:set> is a Node -- try using <x:out> instead of <c:out>
hi Bill,
I have try this:
<x:parse xml="${pageContext.request.reader}" var="xmlDoc"/>
<x:set var="myValue" select="$xmlDoc/packet" />
------- cout -----
<c:out escapeXml="false" value="${myValue}" />
------- xout -----
<x:out escapeXml="false" select="$xmlDoc/packet/row/@firstName" /> -> OK
<x:out escapeXml="false" select="$xmlDoc/packet/row" /> -> nothingI think x:out tag doesn't print xml node. it print just the values :/ anyway tks for the answer
Regards lo
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
