I think there is something such in the xml tag-library (you then define a variable).
I have started a small one that does the same but with a JDOM document/element.

Paul


On Jeudi, d�ce 12, 2002, at 12:54 Europe/Brussels, Wannheden, Knut wrote:
But what I was trying to ask is whether a Tag could do something more
simple: get its body as XML. So as in the example I gave <my:tag/> would in
doTag(XMLOutput) call something like getBodyXML() which would return a dom4j
Document representing <j:set var="x" value="y"/>. Because calling
getBodyText() would yield null. Even nicer maybe would be if
getBody().getXML() were possible. I guess the returned document would
either have to be a List of elements or a document with a dummy root.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to