RE: [xsl] Grouping problem persists

Subject: RE: [xsl] Grouping problem persists
From: Américo Albuquerque <melinor@xxxxxxx>
Date: Fri, 22 Aug 2003 15:38:52 +0100 (WEST)
Hi.

Citando Michael Kay <mhk@xxxxxxxxx>:

} > } > I was unable to get following grouping to work:
} 
} So what technique are you using?
} 
} There are two main ways of doing positional grouping. One is to use
} xsl:apply-templates recursively over the following-sibling axis: think
} of the logical children of a node with @picture='MODULE' as being the
} following sibling nodes that have this as their most recent such node,
} i.e.
} 
} <xsl:template match="row[@picture='MODULE']">
} <module>
}   <xsl:variable name="this" select="generate-id($this)"/>

shouldn't this be <xsl:variable name="this" select="generate-id()"/> ?
I don't think you can define a variable based on it self, unless $this is a global
variable/param

Regards,
Americo Albuquerque

___________________________________________________________________

O SAPO já está livre de vírus com a Panda Software, fique você também!
Clique em: http://antivirus.sapo.pt


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


Current Thread