xsl-list
[Top] [All Lists]

RE: Looking to understand how this works?

2003-04-11 11:09:35

(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(_dot_)H(_dot_)Kay(_at_)ntlworld(_dot_)com
work: Michael(_dot_)Kay(_at_)softwareag(_dot_)com 


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



<Prev in Thread] Current Thread [Next in Thread>