Extract the target namespace from an XSD schema.
Declared in <balxml_util.h>
static
bool
extractNamespaceFromXsd(
std::streambuf* xsdSource,
std::pmr::string* targetNamespace);
Extract the target namespace from the XSD schema read from the specified xsdSource and load it into the specified targetNamespace. Return true on success, and false otherwise.
true on success, and false otherwise
| Name | Description |
|---|---|
| xsdSource | stream buffer from which to read the XSD schema |
| targetNamespace | string to receive the extracted namespace |