Subject: Re: Writing array elements based on a an evaluation of one of the child elements
From: neil cave <coraltrees@xxxxxxxxxxx>
Date: Wed, 24 May 2006 11:13:33 +0000 (GMT)
|
Thanks.
THat and the fact that I should be evaluating
string-length(//ACCOUNT-NO/text()) > 0 )
----- Original Message ----
From: Florent Georges <darkman_spam@xxxxxxxx>
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Sent: Wednesday, 24 May, 2006 1:01:37 PM
Subject: RE: Writing array elements based on a an evaluation of one of
the child elements
neil cave wrote:
> In my XSLT, when I see the ACCOUNT-LIST element
> <xsl:template match = "ACCOUNT_LIST">
> But it writes out all the data without creating tags
It seems that you made a typo ('_' instead of '-'). So this template
rule is not matched. Instead the built-in template rules for elements,
then for text nodes are matched, copying the descendant text nodes.
Regards,
--drkm
___________________________________________________________________________
Faites de Yahoo! votre page d'accueil sur le web pour retrouver directement
vos services prifiris : virifiez vos nouveaux mails, lancez vos recherches et
suivez l'actualiti en temps riel.
Rendez-vous sur http://fr.yahoo.com/set
|