Subject: Re: [xsl] matching attribute values that are in range From: "andrew welch" <andrew.j.welch@xxxxxxxxx> Date: Wed, 19 Jul 2006 12:30:48 +0100 |
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(.,'-')) <= current()/@n and number(substring-after(.,'-')) >= cunrrent()/@n])]
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
Re: [xsl] matching attribute values, Jeff Sese | Thread | Re: [xsl] matching attribute values, Andrew Franz |
Re: [xsl] matching attribute values, Jeff Sese | Date | Re: [xsl] matching attribute values, Florent Georges |
Month |