Hi Ed,
<xsl:apply-templates select="*[local-name()='included']">How do I catch Elements with a particular local name, regardless of the used namespace:
Thanks, that worked ...
Christian
Hi Ed,
<xsl:apply-templates select="*[local-name()='included']">How do I catch Elements with a particular local name, regardless of the used namespace:
Thanks, that worked ...