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.

I used : 
        my
$id="http://apache.org/xml/properties/schema/external-noNamespaceSchemaLocat
ion";
        my $sch="configuration.xsd";
        $parser->setProperty($id,$sch);
and error message was:
        Type error in argument 3 of SAX2XMLReader_setProperty. Expected
_p_void at ...

Could somebody help me, please?
Kind regards
Bojan

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

Reply via email to