> > > Hello Together, > > > i know that generator pass XMlStream To Transformer. my > Question ist now how can get Document(DOM) from XMLStream in > the Transformer?
For what transformer would you like to have a DOM available? What is the purpose of your transformer. You hardle ever need it....anyway, just being curious. You can implement AbstractSAXTransformer, which has a StartRecording method, and at the end of recording, create a DOM of what you recorded. But I really doubt if you want to go that way Ard > > > > > Rachid > -- > "Ein Herz für Kinder" - Ihre Spende hilft! Aktion: > www.deutschlandsegelt.de > Unser Dankeschön: Ihr Name auf dem Segel der 1. deutschen > America's Cup-Yacht! > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
