/ Published in: Java
Expand |
Embed | Plain Text
import java.io.*; import org.jdom.*; import org.jdom.input.*; import org.jdom.output.*; public class FirstRecipeJDOM { try { Namespace ns = Namespace.getNamespace("http://recipes.org"); e.addContent(d.getRootElement().getChild("recipe", ns).detach()); } }
You need to login to post a comment.
