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:02:40
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>
--~--