posted 15 years ago
I am trying to remove an element from an xml message and I have reached the point to remove the content of the element I want to remove, but not the entire element as I want. I have to do it by applying an stylesheet transformation by xsl.
This is my message and the element I want to remove is <user:username xmlns:user="http://www.bt.com/ssc-User">juanlu</user:username>
This is the xsl that I am applying to the message.
And this is the exit I have.
Do you know what is wrong with the stylesheet not for it to remove the element I want?
Thanks.