On Tue, 9 Jul 2002, Martin Cooper wrote: > Just to see if your tag's output is being handled correctly, how about > trying this: > > <c:set var="xml"> > <tim:profile/> > </c:set> > <c:out value="${xml}"/> > > You should see the same as if you'd just used: > > <tim:profile/>
Well, <c:out> will in this case, by default, escape any XML metacharacters. If you use <c:out value="${xml}" escapeXml="false" /> then the two outputs should be the same. -- Shawn Bayern "JSTL in Action" http://www.jstlbook.com (coming in July 2002 from Manning Publications) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>