RE: [xsl] Small grouping problem - SOLVED

Subject: RE: [xsl] Small grouping problem - SOLVED
From: ghostrider <ghostrider@xxxxxxxxxxx>
Date: Wed, 11 Jul 2001 15:35:14 +0200
Hi all,

Sorry to have bothered you with my previous long copy/pasted mail.
I just found the solution to my problem (thanks to 
http://www.oreilly.com/catalog/orxmlapp/chapter/ch07.html)

The root template should have contained:

<xsl:apply-templates />

to process all children

not

<xsl:apply-templates select="Bugs/Bug" />

Thanks anyway,

Armin



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


Current Thread