I want to remove spaces from all attributes in my xmls using xslt. I used strip-space, but that removes the spaces from nodes. My input xml is:
strip-space
You can use the translate function, like so, although it would make sense to refactor this with a call template: