Re: Databinding test for javax.xml.transform.Source problem

2008-06-11 Thread Raymond Feng
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

Databinding test for javax.xml.transform.Source problem

2008-06-11 Thread Vamsavardhana Reddy
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