Martin Raspe <[EMAIL PROTECTED]> writes: > $parser->setProperty( > "http://apache.org/xml/properties/schema/external-schemaLocation", > "http://www.example.com file_name.xsd"); > > Any way I try it, I get the error message > > Error in eval: Type error in argument 3 of SAX2XMLReader_setProperty. > Expected _p_void at validationtest.pl line 45. > > What is the perl equivalent of a _p_void? Am I missing something? Or > is it a bug? Thanks for any ideas,
Sorry Martin, This is a bug in the Perl API. I need a SWIG typemap to handle a void* pointer to C++, I gave an in-depth discussion of this last week. You can check the archives: http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgId=1181302 Cheers, jas. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
