Hi, we can convert an XML document text string to an XML dom via StingReader/InputStream but can we convert an XML dom to an XML document text string via StringWriter/OutputStream? I tried to figure this out but not sure where to start.
Really any suggestion or idea! Richard Wu