ymond
--
From: "Vamsavardhana Reddy" <[EMAIL PROTECTED]>
Sent: Wednesday, June 11, 2008 6:01 AM
To:
Subject: Databinding test for javax.xml.transform.Source problem
I have updated the tests to get the content out of Source objects and
compare the contents. I have the f
I have updated the tests to get the content out of Source objects and
compare the contents. I have the following StreamSource as input:
new StreamSource(new StringReader("A")).
The content I am from this source is as follows:
A
I have a service method that returns a copy of the source that is