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…
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…