> I wanted to convert a non-xml document to Xml and hence wanted to use this > to feed SAX events to the transformer. I have my implementaion of the XMLReader interface .
OK i finally got it work using javax.xml.transform.sax.SAXSource package and doing a normal transformation using the identity stylesheet and my implementaion of XMLReader. thanks karthik
