http://onionworks.net/2006/data/application
removeGroupInclude (groupReference : xlink, includeReference : xlink) : boolean
Die Methode removeGroupInclude entfernt die inkludierte Gruppe wieder.
<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:stylesheet><xsl:if test="app:addGroupInclude('onion://usermanagement/groups/123', 'onion://usermanagement/groups/1')">
</xsl:template><xsl:if test="app:removeGroupInclude('onion://usermanagement/groups/123', 'onion://usermanagement/groups/1')">
Der Gruppe 'testgroup' wurde die inkludierte Gruppe 'Users' entfernt.
</xsl:if>
</xsl:if>