Hi,
I am validating a bunch of files using xerces2 xmlreader. The files are
being validated but in doing so it validates the schema location attribute,
that may or may not have backslashes in them. If the attribute has
backslashes then I get the error:
in error
file:///C:/onesaf_dev_block_b/PAIR_dev/unitTestDataFiles/repository/index.xm
l
cvc-datatype-valid.1.2.1: 'C:\PAIR\PAIR_DIFS\index.xsd' is not a valid
'anyURI' value.
in error
file:///C:/onesaf_dev_block_b/PAIR_dev/unitTestDataFiles/repository/index.xm
l
cvc-attribute.3: The value 'C:\PAIR\PAIR_DIFS\index.xsd' of attribute
'xsi:noNamespaceSchemaLocation' on element 'INDEX' is not valid with respect
to its type.
I realy don't care if they are valid uri's or not, because I am using a
schema resolver to locate the difs. does anyone know a way to turn off the
validation for these attributes?
Thanks,
Doug
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]