[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

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


Subject: Re: [xsl] 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:31:01 +0200 (CEST)

neil cave wrote:

> THat and the fact that I should be evaluating 

> string-length(//ACCOUNT-NO/text()) > 0 ) 

  It depends on your input type and on what you want exactly to test. 
But in this case, I think you can just test the presence of the text
nodes (not their length being gt 0).  It looks quite strange to me to
test on all ACCOUNT-NO in the document.  But you're the only one that
knows.

  Regards,

--drkm
























	

	
		
___________________________________________________________________________ 
Yahoo! Mail riinvente le mail ! Dicouvrez le nouveau Yahoo! Mail et son interface rivolutionnaire.
http://fr.mail.yahoo.com


Current Thread