Subject: RE: Questions concerning XSL-Access
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Thu, 1 Jun 2000 16:17:20 +0100
|
> I only have one Element like Anlageverm etc. The only way I found
> to access them was to recursively use <xsl:for-each...>. Isn't there
> another way to do this? I only found complete statements like
> <xsl:value-of select="/Aktiva/Anlageverm/.../Periode"> which looks
> really nasty.
You've identified two of the possible techniques; there's nothing wrong with
either of them. The only other approach is to use template rules and
<xsl:apply-templates/>.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|