Re: [xsl] Things that make you go Hmmmm!

Subject: Re: [xsl] Things that make you go Hmmmm!
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 28 Mar 2014 19:11:04 +0000
On 28/03/2014 17:50, Ihe Onwuka wrote:
I'm not sure what point you are making.

As to my point. For the same reasons I would expect the content
models of xsl:next-match, xsl:apply-templates and xsl:apply-imports
to be the same.



while the select attribute on xsl:copy is a minor improvement, I'm not
sure why you expect the content model to be the same as xsl:copy-of. the
use is completely different: the content of xsl:copy is _constructed_
nodes that are copied into the node created by xsl:copy.

<xsl:copy>
<foo/>
</xsl:copy>


xsl:copy-of is an empty element,


David

Current Thread