[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Nested predicate question

Subject: Re: Nested predicate question
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Tue, 29 Jul 2008 10:08:20 -0400
Re:  Nested predicate question
At the risk of belaboring a point:

At 04:49 PM 7/28/2008, David wrote:
<xsl:apply-templates select="list[xyz[PPP]]" mode="test" />

that says apply teplates to all list elements that have an xyz child
that has a PPP child.

The list element in your input has that property so is selected and you
apply templates to it.

You don't have a template matching list so the default template applies,
which applies templates to the elements children

so templates are applied to the two xyz elements.

David might have added that the default template rule for an element matched in a mode is to apply templates in the same mode to the element's children.


I'm not absolutely sure this is related to the point of confusion, but it may not hurt to stress it.

perhaps you want to add

<xsl:template match="list" mode="def">
something
</xsl:template>

... which would offer the opportunity to "drop out of the mode" if that's what you wanted to do.


Cheers,
Wendell



======================================================================
Wendell Piez                            mailto:wapiez@xxxxxxxxxxxxxxxx
Mulberry Technologies, Inc.                http://www.mulberrytech.com
17 West Jefferson Street                    Direct Phone: 301/315-9635
Suite 207                                          Phone: 301/315-9631
Rockville, MD  20850                                 Fax: 301/315-8285
----------------------------------------------------------------------
  Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2007 All Rights Reserved.