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

Re: Nestled <xsl:choose>

Subject: Re: Nestled <xsl:choose>
From: tcn@xxxxxxxxxxxxx (Trevor Nash)
Date: Sat, 14 Jul 2001 18:34:26 GMT
Re:  Nestled <xsl:choose>
On Sat, 14 Jul 2001 17:53:47 +0100, Chris wrote:

>[snip]
>
>Just let xsl do it's job and let it go off and apply templates.
>Next you want to add templates that will only match the specific types of
>books you have in your library i.e.
>
><xsl:template match="book[@variant = 'Book' and @style = 'Fiction']">
>	<table cellspacing="4px">
>		<tr>  <td align="center" valign="middle" rowspan="7" width="120px">
>[snip]
>
>That gets rid of all those horrible xsl:choose and the despicable
>xsl:for-each you have liberaly scattered around.

All good advice.

>You probably want to add a default book template to catch any books that
>don't match your templates
>
><xsl:template match="book">
><b>Error Trapped Undefined Book Type</b>
></xsl:template>
>
>Put this before all the other book templates so that it only matches book
>types you don't have templates for. If you put it at the end it will match
>all book elements.
>
Slightly flawed (unless you are using the old MSMXL ??).  It doesn't
matter where you put this template, because the default priority for a
name pattern like 'book' is higher than for qualified patterns like
'book[@...]'.  But rather than rely on default priorities, a nice
trick I saw somewhere else (in schematron?) is to give this template a
priority of -1.  You are then guaranteed it will not be chosen in
preference to anything else, whatever the style of pattern.

Regards,
Trevor Nash
--
Traditional training & distance learning,
Consultancy by email

Melvaig Software Engineering Limited
voice:     +44 (0) 1445 771 271 
email:     tcn@xxxxxxxxxxxxx

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


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-2013 All Rights Reserved.