10:45 pm - bobbotron Hmm, my browser ate my post just before I had a chance to submit it, so I'm going to keep this one short! :)I'm working with an informal xml document, that I'm turning into another XML document with the help of Java. This is totally hackish code, but it's getting the job done. I would like to be able to get the string value of a node of a document that includes all of the children of the node as well: toString doesn't quite cut it, as it strips out the tags. Anyway, I know this isn't a good way to do things, but it'll do for this.. :)