Hi,
I am validating xml file against a schema. I am able to get errors if the xml tag value data type is not same as of schema. But i am not getting any errors if the tag value is null. I want to get an error whenever tag value is null where in schema it is specified as some data type.
How to get error if the xml tag value is null by validating against schema?
I am validating xml file against a schema. I am able to get errors if the xml tag value data type is not same as of schema. But i am not getting any errors if the tag value is null. I want to get an error whenever tag value is null where in schema it is specified as some data type.
How to get error if the xml tag value is null by validating against schema?
Comment