Re: Converting a DomRepresentation to StringRepresentation

2006-08-29 Thread Lars Heuer
Hi Sean, I have an application that contains a filter that converts incoming XML into a DomRepresenation so that it can be manipulated later as a document. Then, on the return, a document comes to the afterHandler() and I want to transform that into XML to return to the client. How do I

Converting a DomRepresentation to StringRepresentation

2006-08-28 Thread Sean Landis
I have an application that contains a filter that converts incoming XML into a DomRepresenation so that it can be manipulated later as a document. Then, on the return, a document comes to the afterHandler() and I want to transform that into XML to return to the client. How do I easily get the