One way is to create a stream or reader from your string, and then create a StreamSource from the stream. See: http://java.sun.com/j2se/1.3/docs/api/java/io/StringBufferInputStream.html

 

RTFM? ;-)

 

Chris Raber, Systems Engineer, AvantGo Inc.

http://www.avantgo.com/

 

-----Original Message-----
From: Anand [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 25, 2001 3:50 PM
To: [EMAIL PROTECTED]
Subject: from string xml source

 

If i have a xml in String how do i convert it to StreamSource and then pass it for transformation to xalan???

Reply via email to