Empty/blank namespace declarations being generated within result-document
问题 I have written a package for converting XMLs to ePubs. Everything works fine, except some cases, where blank namespace ( xmlns="" ) nodes are being written to the result-documents. Prior to transformation, I prepared temporary variables for holding main-segments(i.e., meta , body etc.) and finally copied the nodes(using xsl:copy-of[@copy-namespaces='no'] instruction) to result-document. I also have used @exclude-result-prefixes='ns_list_sep_by_space' within xsl:transform element and still not