deprecatedclass %ZEN.Report.Display.bookmarkGroup
extends childrenNode
bookmarkGroup instances must always have bookmarkTree instances as their parent
<bookmarkGroup group="FilmCategory">
<variable name="Category">
<valueof select="@Category"/>
</variable>
<bookmark internalDestination="!concat($Category,1)">
<bookmarkTitle>
<valueof select="@Category"/>
</bookmarkTitle>
</bookmark>
</bookmarkGroup>
property group
as %ZEN.Datatype.string;
group matches XML data using the command <xsl:for-each select='_..group_"'>".
All children of bookmarkGroup are generated under the <xsl:for-each select=...>