User Profile
Collapse
-
James Equalizer replied to XSL: trying to remove element only but keep the children intact without manual inputin XMLOh well, you really made my day, thank you! Pretty tricky though, to have a <xsl:copy-of> inside a <xsl:copy>... -
James Equalizer started a topic XSL: trying to remove element only but keep the children intact without manual inputin XMLXSL: trying to remove element only but keep the children intact without manual input
hello all,
In XSL what would be the easiest way to remove only the <information> element of my xml file, but at the same time keeping the child elements and its contents?
Source xml file:
<envelope>
<body>
<information>
<lang>en</lang>
</information>
</body>
</envelope>
Wished...
No activity results to display
Show More
Leave a comment: