RE: [xsl] nesting xml

Subject: RE: [xsl] nesting xml
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Fri, 4 May 2001 08:49:38 +0100
> i can't figure out how to get xsl sheets to render an object
> the same way no matter how far nested it is.

If you use the standard "push" pattern, with a template rule for each
element type that processes that element and calls xsl:apply-templates to
process its children, then you will get the same rendition of an element
regardless of its depth in the tree.

Mike Kay
Software AG


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


Current Thread