Unused namespace declaration appears after XSLT
Hello, After scouring the net for answers, coming up with "almost" solutions... I decided to reduce the problem to a very simple case. Consider the following XML snippet: <me:root xmlns:me="http://stackoverflow.com/xml" xmlns="http://www.w3.org/1999/xhtml"> <me:element> <p>Some HTML code here.</p> </me:element> </...