Hi,
I have a software generated schema which creates a few empty elements,
e.g. <xsd:sequence/>. I would like to be able to delete these elements
from the schema post-generation using XSLT.
I've tried using the identity pattern to copy the whole schema except
these rogue elements but I seem to be getting stuck on how to
correctly choose this particular 'sequence' element to ignore during
copying.
I would really appreciate some pointers on how I could do this.
regards,
Wideboy
I have a software generated schema which creates a few empty elements,
e.g. <xsd:sequence/>. I would like to be able to delete these elements
from the schema post-generation using XSLT.
I've tried using the identity pattern to copy the whole schema except
these rogue elements but I seem to be getting stuck on how to
correctly choose this particular 'sequence' element to ignore during
copying.
I would really appreciate some pointers on how I could do this.
regards,
Wideboy
Comment