<xsl:for-each select="/root/system/user/child::*"> <strong><xsl:value-of select="name()"/></strong> - <xsl:value-of select="."/><br/> <xsl:text disable-output-escaping="yes"><![CDATA[ ]]></xsl:text> </xsl:for-each>
<xsl:value-of select="/root/system/user/firstname" />
<xsl:value-of select="/root/system/user/firstname" /> <xsl:value-of select="/root/system/user/prefix" /> <xsl:value-of select="/root/system/user/lastname" />
type: condition
count(/root/system/user) > 0
count(/root/system/user) = 0
count(/root/system/usergroup[groupname = 'webgroep1']) > 0
/root/system/user/nr_visits=0
/root/system/user/nr_visits>0
substring(/root/system/user/birthdate,1,4) > (substring(/root/system/date,1,4)-50)
<xsl:for-each select="/root/system/flow/formelement/formpart"> <strong><xsl:value-of select="@description" /></strong>: <xsl:value-of select="userentry" /> <xsl:if test="not(/root/system/requestparameters/parameter/name[text()='textversion'])"><br /></xsl:if> <xsl:text disable-output-escaping="yes"><![CDATA[ ]]></xsl:text> </xsl:for-each>
<xsl:for-each select="/handler/flow/formelement/formpart"> <xsl:value-of select="@description" />: <xsl:value-of select="userentry" /> <xsl:text disable-output-escaping="yes"> </xsl:text> </xsl:for-each>
count(/root/system/requestparameters/parameter[name = 'ff']) = 0 or count(/root/system/flow) > 0
or
count(/root/system/flow/formelement/formpart[@xsltag = 'vraag1']) = 0 or count(/root/system/flow) > 0
On the page:
/root/system/flow/formelement/formpart[@xsltag = 'vraag1']/userentry='Antwoord1'
In handlers
/handler/flow/formelement/formpart[@xsltag = 'vraag1']/userentry='Antwoord1'
<xsl:value-of select="//flow/formelement/formpart[@xsltag = 'wm-google-query']/userentry"/>
count(/handler/flow/formelement/error[@code='not_found']) > 0
<xsl:value-of select="/root/system/requestparameters/parameter[name='newscategory']/value"/>
<xsl:element name="a"> <xsl:attribute name="href"> /artikel/<xsl:value-of select="@id" /> </xsl:attribute> <xsl:value-of select="titel" /> </xsl:element>
 
>
<