GenFieldsetID
From Plex-XML
Generates the ID of a fieldset.
Example
Get the ID of the feildset for a special field:
<xsl:variable name="fieldsetID"> <xsl:for-each select="ancestor::tab//returnvalue[@implname='wrkBasispreis']"> <xsl:for-each select="ancestor::group"> <xsl:call-template name="genFieldsetID"/>_div </xsl:for-each> </xsl:for-each> </xsl:variable>