|
Subject: [xsl] two-phase transformation fails to match with expected template. From: Jeroen Hellingman <jeroen@xxxxxxxx> Date: Tue, 24 Nov 2009 22:43:41 +0100 |
<xsl:stylesheet
xmlns="http://www.w3.org/1999/xhtml"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="2.0"> <xsl:output
doctype-public="-//W3C//DTD XHTML 1.1//EN"
doctype-system="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"
method="xml"
encoding="UTF-8"/> <xsl:template match="@*|node()" mode="playorder">
<xsl:copy>
<xsl:apply-templates select="@*|node()" mode="playorder"/>
</xsl:copy>
</xsl:template>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] getting stuck in context , Miller, Mark | Thread | RE: [xsl] two-phase transformation , Michael Kay |
| Re: [xsl] XSLT (2) namespace safe i, Jirka Kosek | Date | RE: [xsl] two-phase transformation , Michael Kay |
| Month |