|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Templates for attributes?
At 10 Oct 2000 13:48 -0400, Alex Albu wrote: > If a node matches more than one template, only the highest priority one is > applied. The second level elements will match both templates, but the > attribute template has higher priority. So you have to make sure that the > first template is applied first and apply the second template next. This can > be done by specifying priorities or modes. | <xsl:template match="/SPC/*"> | <xsl:value-of select="@TITLE"/><BR/> | <DIV STYLE="margin-left:30px"><xsl:apply-templates select="." | mode="att"/></DIV> | </xsl:template> | | <xsl:template match="*[@MONTH]"> | Called. | </xsl:template> Actually, the two template rules have the same priority -- 0.5. When there are multiple matching template rules with the same highest priority (and the highest import precedence), the XSLT processor can signal an error or it can, as in this case, recover by choosing the last of the matching template rules in the stylesheet. Regards, Tony Graham ====================================================================== Tony Graham mailto:tgraham@xxxxxxxxxxxxxxxx Mulberry Technologies, Inc. http://www.mulberrytech.com 17 West Jefferson Street Direct Phone: 301/315-9632 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








