|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: conditional match
Hi Kevin,
At 08:42 PM 5/31/01, you wrote: I would like to insert a conditional statement in my XSLT that if or when true would cause a template match: You assume incorrectly. A template fires *if* it is the best match for a node on which an xsl:apply-templates instruction is called, *or* if it is called by name. It is perfectly legal, and not uncommon, to have a template like <xsl:template name="zoom">
<xsl:element name="zoom">
<xsl:value-of select="number() div .25"/>
</xsl:element>
</xsl:template>which never matches: it can still be called by name as in your example. Hope that helps, 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 ====================================================================== XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








