in reply to Re^5: LibXML setNodeName error
in thread LibXML setNodeName error
In this instance, I would like that node to be left alone, unchanged. test input:<xsl:element name = "{foo}bar">
test output:<?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" versi +on="1.0"> <xsl:element name="foo"> <xsl:element name="{bar}"/> </xsl:element> </xsl:stylesheet>
I'm sorry for changing the requirements.<?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" versi +on="1.0"> <foo> <xsl:element name="{bar}"/> </xsl:element> </foo> </xsl:stylesheet>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: LibXML setNodeName error
by haukex (Archbishop) on Jun 26, 2017 at 20:59 UTC | |
by Anonymous Monk on Jun 27, 2017 at 14:53 UTC | |
by haukex (Archbishop) on Jun 27, 2017 at 14:57 UTC | |
by Anonymous Monk on Jun 27, 2017 at 15:03 UTC | |
by haukex (Archbishop) on Jun 27, 2017 at 15:25 UTC |