Re: Attributes, modes and templates

Subject: Re: Attributes, modes and templates
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 5 May 2000 02:02:38 +0100 (BST)
> 
> Understood, my problem with that, is that not all instances of the
> elements, I want customized.  I only want subtrees of certain elements
> which have a particular attribute set, customized.
> 
> i.e. the XML element:
> 
> <variablelist>
> <!-- element content -->
> </variablelist>
> 
> would be treated as per Norm's stylesheets.
> 
> but the XML element with the `role' atttribute set like so:
> 
> <variablelist role="programmers">
> <!-- element content -->
> </variablelist>
> 
> would be treated as per my special customizations,

well doesn't that just mean that your top level sheet needs a

<xsl:template match="variablelist[@role='programmers']">
do something different, 
</xsl:template>

> Actually, I started this thread, with such a concrete example:
perhaps but I'm not going to look at it at this time of night
(even if I am only watching the election results....:-)

David


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


Current Thread