This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Questions concerning XSL-Access


> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]