hi guys,
I have a java program which creates an xml document and then reads a xsl file which corresponds to the xml document and generates a html output. This works fine.
but when i instantiate this class from a servlet it gives me the error
org.apache.xml.utils.WrappedRuntimeException: Stream closed
at Transformer transformer = tFactory.newTransformer();
Any suggestions will be greatly appreciated.
thanks much,
Anand
rajananand_tce@hotmail.com
I have a java program which creates an xml document and then reads a xsl file which corresponds to the xml document and generates a html output. This works fine.
but when i instantiate this class from a servlet it gives me the error
org.apache.xml.utils.WrappedRuntimeException: Stream closed
at Transformer transformer = tFactory.newTransformer();
Any suggestions will be greatly appreciated.
thanks much,
Anand
rajananand_tce@hotmail.com