vb@0: include yslt.yml2 vb@0: vb@0: decl ip(%value, name="ip", select="'%value'") alias xsl:variable; vb@0: decl rechner(%name, *ip, test="@name = '%name'") alias xsl:when { vb@0: ip *ip; vb@0: | ip ist «$ip» vb@0: }; vb@0: vb@0: tstylesheet template "/rechner" { vb@0: choose { vb@0: rechner "R1", "192.168.1.10"; vb@0: rechner "R2", "192.168.1.11"; vb@0: } vb@0: }