I need to insert an element with xs:type inside it like an attribute, while transforming my xml file using an xslt.
The output needed is in the following format
<Region xs:type="tRegion"/>
But in xslt file it shows the compile time error "Namespace prefix 'xs' is not defined". But I don't want to define a namespace here. Instead add a colon.
Kindly suggest a solution for this issue.