http://onionworks.net/2006/data/application

removeGroupInclude (groupReference : xlink, includeReference : xlink) : boolean

The method “removeGroupInclude” removes the included group again.

<xsl:stylesheet xmlns:app="http://onionworks.net/2006/data/application" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:onion="http://onionworks.net/2004/data" version="1.0">
<xsl:template match="/">
<xsl:if test="app:addGroupInclude('onion://usermanagement/groups/123', 'onion://usermanagement/groups/1')">
<xsl:if test="app:removeGroupInclude('onion://usermanagement/groups/123', 'onion://usermanagement/groups/1')"> The included group 'users was removed from the group 'testgroup'. </xsl:if>
</xsl:if>
</xsl:template>
</xsl:stylesheet>