I have an xml document object that I need to convert into a string.
Is there as simple way to do this?
|
|
Here's some quick code I pulled out of a library I had nearby. Might wanna dress it up, but it works:
edit: as commentor noticed earlier, i had a syntax error. had to pull out some sensitive lines so I wouldn't get canned and put them back in the wrong order. thanks! ;-) |
||||
|
|
You can use Dom4J:
|
|||
|
|
|
I put this in the comment, but then thought that for future reference people might find it easier if I actually added it as an answer. So... Joshua.ewer's answer is correct, but requires xalan-2.7.0.jar. |
|||
|
|