|
Subject: [xsl] streaming identity transformation From: "Martin Honnen martin.honnen@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> Date: Sun, 25 Jan 2015 15:14:09 -0000 |
<xsl:template match="@* | node()">
<xsl:copy>
<xsl:apply-templates select="@* | node()"/>
</xsl:copy>
</xsl:template><xsl:template match="." mode="M">
<xsl:copy validation="preserve">
<xsl:apply-templates select="@*" mode="M"/>
<xsl:apply-templates select="node()" mode="M"/>
</xsl:copy>
</xsl:template><xsl:stylesheet version="3.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" exclude-result-prefixes="xs">
<xsl:template match=".">
<xsl:copy validation="preserve">
<xsl:apply-templates select="@*"/>
<xsl:apply-templates select="node()"/>
</xsl:copy>
</xsl:template>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] Re: XSLT3.0: Predictable reco, Dimitre Novatchev dn | Thread | Re: [xsl] streaming identity transf, Michael Kay mike@xxx |
| [xsl] Re: XSLT3.0: Predictable reco, Michael Kay mike@xxx | Date | [xsl] Re: XSLT3.0: Predictable reco, Dimitre Novatchev dn |
| Month |