XercesDOMWrapperParsedSource parsedSource(
                                   theDOM,
                                   theParserLiaison,
                                   theDOMSupport,
                                   XalanDOMString(xmlInput.getSystemId()));

can't be built using interim release because 'theDOM' needs to be an old
DOM_Document and not a new DOMDocument.

In the source, the definition is:

XercesDOMWrapperParsedSource(
                        const DOM_Document&             theDocument,
                        XercesParserLiaison&    theParserLiaison,
                        XercesDOMSupport&               theDOMSupport,
                        const XalanDOMString&   theURI = XalanDOMString());

Is there any workaround or I should wait for the next release?

Sergiu

Reply via email to