Removing a tag with XLST: namespace issue
问题 I'm new to XSLT. I'm trying to create a simple transformation which would remove a certain tag from an XML file. The tag I'm trying to remove has a namespace declaration. The idea is to get out of the following input: <?xml version="1.0" encoding="utf-8" ?> <ToBeRemoved xlmns:prx="urn:something"> <n0:ToRemain xlmns:n0="https://somethingelse.com/def.xsd"> <Data> ... </Data> </n0:ToRemain> </ToBeRemoved> the following: <?xml version="1.0" encoding="utf-8" ?> <n0:ToRemain xlmns:n0="https:/