RE: [xsl] Looking to understand how this works?

Subject: RE: [xsl] Looking to understand how this works?
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Fri, 11 Apr 2003 19:09:35 +0100
> 
> (1) The significance of the math to calculate the space 
> variable? Take the count (ie level) of the step multiply by 
> 12 + 1 multiply by 7...just curious.

I guess this was just a trial-and-error heuristic which made the table
column wider according to the depth of the node in the tree.
> 
> (2) What does the line <xsl:apply-templates 
> select="*[not(self::step)]"/> mean?

It processes all child elements of the context node that are not step
elements.

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx 


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


Current Thread