Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Hi,
I want to know how to create a closing tag using org.jdom.Element.
Like when we create:
Element tr = new Element(“tr”);
i want to have control over tag too.
Thanks…