On Donnerstag, M�rz 13, 2003, at 09:19 Uhr, Stankovic, Bojan wrote:
Hello,
I tried to use Xerces SAX2 parser to validate one XML document according to
external XML Schema, but I don't know what function setProperty expects as
parameters - behind is C++ function SAX2XMLReader::setProperty(const XMLCh*
const name, void* value). There are many examples how to call it from C++ or
Java, but I didn't find from Perl.
the function you rather need instead of setPropert() is setDoSchema(). Take a look at <http://xml.apache.org/xerces-c/apiDocs/classSAXParser.html>. The section 'setter methods' describes everything you need.
Lucas -- "Me fail English? That's umpossible."
-Ralph Wiggum
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
