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 13:01:37 +0200 (CEST)
|
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
|