I use a SAX2XMLReader to parse an XML file that specifies an XSD schema by having the attribute xsi:schemaLocation in its root element.
How can I retrieve the string value of this attribute?
I tried
str parser->getProperty(XMLUni::fgXercesSchemaExternalSchemaLocation)
but the result is a nullptr
.
No comments:
Post a Comment