RE: [xsl] Flow data in table

Subject: RE: [xsl] Flow data in table
From: "Andreas L. Delmelle" <a_l.delmelle@xxxxxxxxxx>
Date: Wed, 12 Nov 2003 13:07:58 +0100
>
> So is it possible to nest templates?
>

Not in the way you have them nested, no...

You have to define the "scribe[1]/modified" and the "data" templates outside
of the "/bamiyan" template, and replace the whole template definitions you
now put inside the "/bamiyan" template with a simple:

<xsl:apply-templates select="scribe[1]/modified" />

That way, it should work...


Greetz,

Andreas


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


Current Thread