Hi,
I am quite new to xsl. I have an requirement, where I have 3 files - xsd schema, xml based on the schema and an xsl stylesheet.
My aim is to check for mandatory values in xml for all the xsd elements using annotation (not using minoccurs).
For example,
IF documentation of element says mandatory
and field has no value in xml
print an error message
Thanks.