Subject: RE: apply-templates and predicates
From: "tom tom" <tomxsllist@xxxxxxxxxxx>
Date: Wed, 27 Apr 2005 17:00:58 +0100
|
Do you mean its more resiliant in that a default template will be invoked
for any schema change?
For schema that are being modified is it not better to have a stylesheet
that doesn't render any schema changes without explicitly adding it to the
XSLT?
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Subject: RE: apply-templates and predicates
Date: Wed, 27 Apr 2005 14:23:19 +0100
> when applying templates it is possible to filter out unwanted
> nodes in a
> number of ways, one is by putting a predicate on the
> apply-templates command
> and use modes if you have more than one filter. Another is to
> apply-templates to all nodes and put a predicate on the
> template match -
> this avoids the use of modes.
>
> Can anyone ... provide advantages of doing the latter?
>
It's more resilient to unexpected input, e.g. as a result of schema
changes.
Michael Kay
http://www.saxonica.com/
_________________________________________________________________
Want to block unwanted pop-ups? Download the free MSN Toolbar now!
http://toolbar.msn.co.uk/
| Current Thread |
Wendell Piez - 27 Apr 2005 16:51:01 -0000
- tom tom - 28 Apr 2005 09:40:40 -0000
tom tom - 27 Apr 2005 16:01:23 -0000 <=
tom tom - 28 Apr 2005 09:31:17 -0000
|
|