Subject: RE: 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 |
- nesting xml, (continued)
- Dan Diebolt - Wed, 2 May 2001 15:26:41 -0400 (EDT)
- Mark Kahn - Thu, 3 May 2001 12:16:56 -0400 (EDT)
- Mark Kahn - Thu, 3 May 2001 13:06:16 -0400 (EDT)
- Michael Kay - Fri, 4 May 2001 05:39:20 -0400 (EDT) <=
- Mark Kahn - Thu, 3 May 2001 14:39:39 -0400 (EDT)
|
|