G
GIMME
What is the jdom1.0 equivalent of :
elm.addContent(new Element("blurb").addContent(blurb1));
This worked with beta 7.
Thanks
elm.addContent(new Element("blurb").addContent(blurb1));
This worked with beta 7.
Thanks