xsl-list
[Top] [All Lists]

Re: [xsl] XQuery Updates in XSLT

2008-10-31 06:39:27
2008/10/31 Jesper Tverskov <jesper(_at_)tverskov(_dot_)dk>:
Andrew Welch wrote:
"I would think "none" - so everything has to be explicit."

- - -

I also have my doubts. Only add complexity if the benefits clearly
outweighs that we need an extra tutorial or chapter in a text book.

:)  I don't have doubts... I'm always impressed with how XSLT works
(once I've got past the initial confusion ;)

It sounds like:

<xsl:mode default-action="copy"/>

would just be synonymous with the identity template, so "copy the
document apart from <foo> nodes" would be:

<xsl:mode default-action="copy"/>
<xsl:template match="foo"/>



-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

--~------------------------------------------------------------------
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>
--~--