I am creating a .NET application that will be receiving
XML purchase order documents in xCBL 2.x, xCBL 3.0 and
xCBL 3.5 format. I'm trying to figure out how to validate
these XML docs against the appropriate schemas in .NET.
Most of the xCBL documents will be defined by the SOX
schema.
I'm trying to use a Schema collection to add the SOX
schema to it, but I receive a "The URI prefix is not
recognized" when I try to add the xCBL 3.5 SOX to the
Schema collection (I am able to add the xdr and xsd
versions).
Has anyone had to do this, or at least validate xCBL
documents against the SOX schema? If so, how did you do
it? Thanks.
XML purchase order documents in xCBL 2.x, xCBL 3.0 and
xCBL 3.5 format. I'm trying to figure out how to validate
these XML docs against the appropriate schemas in .NET.
Most of the xCBL documents will be defined by the SOX
schema.
I'm trying to use a Schema collection to add the SOX
schema to it, but I receive a "The URI prefix is not
recognized" when I try to add the xCBL 3.5 SOX to the
Schema collection (I am able to add the xdr and xsd
versions).
Has anyone had to do this, or at least validate xCBL
documents against the SOX schema? If so, how did you do
it? Thanks.
Comment