Thanks,

now I can compile and run the code, but I encountered another problem: After
the "parseURI" call, the error handler returns the following error:
"The schemaLocation attribute does not contain pairs of values". (line 2,
column 9)

What does this mean? When I call "getProperty" (see note below), it returns
the correct URI of my schema?!

Regards,
Michael


P.S.: The URL
http://xml.apache.org/xerces-c/program-dom.html#DOMBuilderProperties
contains an error: The section
"Property values can be queried using the function void*
DOMBuilder::getFeature(const XMLCh* const). The parser owns the..."
The referenced function should be "DOMBuilder::getProperty(...)".



Hi,


        m_domBuilder.setProperty(PropertyName, (void*)PropertyValue)


where PropertyName is specified in the URL I gave and PropertyValue is
your location.

Gareth

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to