Subject: Re: Writing array elements based on a an evaluation of one of the child elements
From: Florent Georges <darkman_spam@xxxxxxxx>
Date: Wed, 24 May 2006 14:06:33 +0200 (CEST)
|
neil cave wrote:
> <xsl:template match = "ACCOUNT-LIST">
> <xsl:if test="string-length(ACCOUNT-NO/text() > 0)">
> <xsl:element name = "ACCOUNT-LIST">
> <xsl:for-each select="."/>
> </xsl:element>
> </xsl:if>
> </xsl:template>
> and this writes a whole bunch of empty <ACCOUNT-LIST> elements
> Which I guess is happening because somehow I'm not refering to the
> correct occurence of the ACCOUNT-NO child node I'm dealing with? And
> I'll need some xsl:for-each logic
Could you please provide a minimal example of an input tree that
reproduce the problem with that template rule?
Regards,
--drkm
___________________________________________________________________________
Yahoo! Mail riinvente le mail ! Dicouvrez le nouveau Yahoo! Mail et son interface rivolutionnaire.
http://fr.mail.yahoo.com
|