in reply to Re^4: LibXML setNodeName error
in thread LibXML setNodeName error
So you have something like <xsl:element name="foo{bar">? That's not going to be valid as an XML element Name (<foo{bar>?), so what do you want the element to be named instead in that case?
It's not an issue with XML::LibXML, which probably follows the XML spec precisely, but with XML itself. Also, as always, SSCCE - give us the shortest possible code that demonstrates the problem so we can see it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: LibXML setNodeName error
by geddie2001 (Novice) on Jun 26, 2017 at 20:49 UTC | |
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 | |
|