xsl-list
[Top] [All Lists]

RE: Grouping problem persists

2003-08-22 07:38:52
Hi.

Citando Michael Kay <mhk(_at_)mhk(_dot_)me(_dot_)uk>:

} > } > 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[(_at_)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



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