xsl-list
[Top] [All Lists]

RE: Flow data in table

2003-11-12 05:07:58


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



<Prev in Thread] Current Thread [Next in Thread>