Re: [xsl] matching attribute values that are in range

Subject: Re: [xsl] matching attribute values that are in range
From: Florent Georges <darkman_spam@xxxxxxxx>
Date: Wed, 19 Jul 2006 13:56:00 +0200 (CEST)
Jeff Sese wrote:

> Thanks andrew and florent this helped a lot. What i used was:

> document('source2.xml')/entry[@id=current()/@id and 
> @type=current()/@type and (@n=current()/@n or @n[matches(.,'-') and 
> number(substring-before(.,'-')) &lt;= current()/@n and 
> number(substring-after(.,'-')) >= cunrrent()/@n])]

  Do you mean it is what you used before our responses, or what you use
since them?  Because this expression select the entry where the range
is specified (and only as a child of a document node [root node in XSLT
1.0 terminology]).  I don't think it is what you expect.

  Regards,

--drkm























	

	
		
___________________________________________________________________________ 
Dicouvrez un nouveau moyen de poser toutes vos questions quelque soit le sujet ! 
Yahoo! Questions/Riponses pour partager vos connaissances, vos opinions et vos expiriences. 
http://fr.answers.yahoo.com 

Current Thread