xsl-list
[Top] [All Lists]

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

2014-03-28 14:11:21
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


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--