[jdom-interest] Does this exist?

Jason Hunter jhunter at collab.net
Mon Nov 27 22:50:17 PST 2000


Jon Baer wrote:
> 
> massive taglib libraries.  Example:
> 
> <% BreakElement.toXML() %>
> -or-
> <% Element.toXML("property1", "property2") %>
> 
> Second one would equal out to <element property1="property1"
> property2="property2" />.  

Wait a sec, sounds like you're wanting to not just print the element
start prefix (as it sounded) but actually print the element in its
entirety.  XMLOutputter already lets you do that.

-jh-



More information about the jdom-interest mailing list