Use XSL: namespace to create namespace nodes anew.
使用xsl: namespace创建命名空间节点。
Directly manipulating namespace nodes from the source document and attempting to control the namespace declarations in the output.
直接操作源文档中的命名空间节点并希望控制输出中的命名空间声明。
The XSLT in Listing 41 copies text, element, and attribute nodes in the source XML document, but namespace nodes and the DOCTYPE declaration are omitted.
清单41中的XSLT复制源xml文档中的文本、元素和属性节点,但是忽略名称空间节点和DOCTYPE声明。
应用推荐