Are you sure you want to do this processing in your .java code? Why not just do it in your stylesheet - that's almost exactly what xsl files are for: providing processing that's based on finding specific XML tags. If it's not clear how to do this in one stylesheet, consider using two stylesheets: one to 'pre-process' the special XML tags, and the second to perform the rest of your transformation.
Just a suggestion - for me, this kind of approach would be easier to manage rather than writing cusom SAX ContentHandlers that you try to stick into the transformation process. - Shane ===== <eof aka="mailto:[EMAIL PROTECTED]" quote="A mirror is like a window on the other side of behind you."/> __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com
