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

lookupObject (parent : string, name : string) : string

lookupObject” is available for searching for child elements. Only the direct children (one level down) of the specified element are searched. The name of the sought element must be used as the search parameter.

The ReferenceIdentifier of the element is returned as the result.

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:app="http://onionworks.net/2006/data/application" xmlns:onion="http://onionworks.net/2004/data" version="1.0">
<xsl:template match="/">
<xsl:value-of select="app:lookupObject(c.id(), 'Archiv')" />
</xsl:template>
</xsl:stylesheet>
Search for a document