XSD attribute with default value, how to handle in XSLT
We have an XSD where we have defined an attribute called InformationClassification having default value as "CONFIDENTIAL". This is the target xsd for our transformation. The input to this transformation is output from DB call.
We are not passing or mapping any value to this attribute hoping the attribute with default value will show up, but this isn't happening. Could you please let us know how do we handle this.