You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xerces.apache.org by Bodi Ngwala <bo...@ecrebo.com> on 2017/07/12 14:05:43 UTC

Validating XML against XSD and namespace extension

Hi there,

In Xerces-C++ , how does one go about performing the art of validating XML
data against two XSD (xsd1 and xsd2).

However XSD1 is the main xsd
XSD2 is an extension of xsd1 (xsd2 extends xsd1's namespace with a prefix)

I'm using DOM parser, how do I go about loading these correctly ?

Many thanks
BN