> Hi
>
> What is the difference bw bridge elements and wrapper elements.
>


The "bridge" classes are for the old, deprecated Xerces-C DOM implementation.  You should avoid using that.  Use the new DOM and the "wrapper" classes.

> What do we use to convert a xerces element to a xalan elements?


If you want to use an instance of the Xerces-C DOM with Xalan, you need to create an entire wrapper for it.  Take a look at the "ParsedSourceWrappers" sample, or search the archives of this newsgroup for many previous postings.

Dave

Reply via email to