I have this small project XSLT Fiddle Where I want to remove
<Sender>
<ComponentID>GEMS</ComponentID>
</Sender>
However, when the incoming document has the xmlns="http://schema.infor.com/InforOAGIS/2"
namespace, no transformation will occur in the resulting file.
If I remove the xmlns, then the transformation works perfectly.
How can I respect the xmlns, and still get my transformation to work?