Hi I have a DOM tree in memory (not created by Xerces-C), which I want to give as input to Xalan-C. Since the DOM is lil different from Xalan DOM I am thinking of constructing a bridge like its done for Xerces DOM in Xalan. But looking into the Xerces bridge, I find it very confusing. I could not really make out the functionalities of classes like XercesBridgeNavigator, XercesBridgeHelper, XercesTreeWalker etc. Can some one explain to me how this bridge works so that I can implement a similiar bridge for my DOM.
Thanks Nirmal __________________________________________________ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com
