I have a xml and xsl that need to generate another xml, but because of \'xmlns\', it generates an empty xml. Without \'xmlns\' in the root of XML, it works fine. The follow
Use xsl:element with namespace attribute
It will create element with computed name( Static for us ) and allow to add namespace attribute