Hi

in
http://xerces.apache.org/xerces-c/program-dom.html#AccessAPI
in the section containing this code:

XMLCh tempStr[100];

        XMLString::transcode("Range", tempStr, 99);
        DOMImplementation* impl =
DOMImplementationRegistry::getDOMImplementation(tempStr, 0);


why does getDOMImplementation have 2 arguments?
MSVC claims it only takes 1.

regards

Reply via email to