I'm using XML::Xerces 2.5.0 and I'm getting a
XML::Xerces::SAXNotRecognizedException when trying to use
either of these:

$XML::Xerces::XMLUni::fgXercesSchemaExternalSchemaLocation
$XML::Xerces::XMLUni::fgXercesSchemaExternalNoNameSpaceSchemaLocation

via code like:

$parser->setFeature("$XML::Xerces::XMLUni::fgXercesSchemaExternalSchemaLocation",
                    "http://xyz/ns schema.xsd");

$parser->setFeature("$XML::Xerces::XMLUni::fgXercesSchemaExternalNoNameSpaceSchemaLocation",
                    "schema.xsd");

Can anyone see what I'm doing wrong ?

--
Regards

Stephen Collyer
Netspinner Ltd

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

Reply via email to