Hi Sergiu,
The latest CVS code fixes this, if you want to get it from the repository.
Dave
Sergiu Ignat
<[EMAIL PROTECTED] To: "Xalan-C-Users
(E-mail)" <xalan-c-users@xml.apache.org>
ro> cc: (bcc: David N
Bertoni/Cambridge/IBM)
Subject:
XercesDOMWrapperParsedSource can't be built
12/17/2002 01:09
AM
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