x:out strips tags within selected node

2004-09-03 Thread Digby
Hi, I've got a very simple JSP which parses an xml document containing some html. The problem is that when I try and output the html part, all the tags within it are removed. Example code and result below (I just want the section in my output). I suppose this is expected behaviour, but is ther

RE: taglib: tags embedded in output

2004-09-03 Thread Wendy Smoak
> From: [EMAIL PROTECTED] > Example... my tag ABC evaluates to: > > > > I have used TagSupport class, it returns the above string to the JSP, > but I want the output of it to be displayed. How to do that? I don't think you can, (easily,) it would require two passes through the JSP. This looks