Covert DOM element to String
843834Jan 12 2006 — edited Jul 18 2008It sounds very simple, however could not find any solution using JAXP.
What I need is that I have a DOM element, I want to convert the DOM element into String and store into the database. I used to do it using JDOM. It has a feature something like toString.
I know that serialization is another option, however, want to know how to do this way.