Eldho George wrote:
xsl is a string variable that conatins my xsl contents
...
Source streamSource = new StreamSource(xsl);

The string argument to a StreamSource constructor is als an URL pointing to the contant rather than the content itself. If you want to get the style sheet from a string, you have to wrap it by a StringReader too.

Please pay attention to the API documentation and the error
messages.

J.Pietschmann


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to