xsl-list
[Top] [All Lists]

Re: [xsl] Writing array elements based on a an evaluation of one of the child elements

2006-05-24 04:13:54
Thanks.
THat and the fact that I should be evaluating 
 
string-length(//ACCOUNT-NO/text()) > 0 ) 

----- Original Message ----
From: Florent Georges <darkman_spam(_at_)yahoo(_dot_)fr>
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Sent: Wednesday, 24 May, 2006 1:01:37 PM
Subject: RE: [xsl] 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 préférés : vérifiez vos nouveaux mails, lancez vos recherches et 
suivez l'actualité en temps réel. 
Rendez-vous sur http://fr.yahoo.com/set

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--