Hi, I'm not sure exactly what you're doing, but I'd say look at the XNI examples, and NekoHTML (http://www.apache.org/~andyc/neko/doc/html/). NekoHTML is for parsing HTML, so I don't imagine it's exactly what you want. Still, it's a good example.
Chris -----Original Message----- From: Satish Kumar [mailto:[EMAIL PROTECTED] Sent: Tue 8/3/2004 12:31 PM To: [EMAIL PROTECTED] Subject: non-xml to xml using transformations hai, I'm wriring a program to convert a non-xml file to xml file with transformations. As sax events are genereated the transformatins also should take place. But it does not happen in my case. I have spefified a contentHandler.startDocument() contentHandler.Elemet() and all the necesasry..... i Have also extednd the XML reader interface and overrideen the aprse method. It still does not work. CAn anyone help me out and its very urgent. thanking you in advance. rgds, satish --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]