filterNamespaces

Filter Namensraumdefinitionen raus

TAG

<wsl:filterNamespaces />

Attribute

Beispiel: Filtert Namensräume aus den Inhalten einer Tabellenzelle

...
  <xsl:for-each select="td">
    <td><xsl:copy-of select="@class"/><wsl:filterNamespaces><xsl:copy-of select="*|text()"/></wsl:filterNamespaces></td>
  </xsl:for-each>
...