This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: nesting xml


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]