Subject: Re: XSL questions
From: "Wei Wei" <wei725@xxxxxxxxx>
Date: Thu, 01 Jun 2006 10:26:40 -0800
|
> <xsl:for-each select=" ...">
> <xsl:if test="$current_id = @relatedPerson">
>
> </xsl:if>
> </xsl:for-each>
>
> don't do that, just select the nodes that you want
>
> <xsl:for-each select=" ...[$current_id = @relatedPerson]">
> </xsl:for-each>
>
David,
After changing the looping code style, the position returns the counter I
need.
I still need to resolve the other two problems.
Thanks.
w.
--
_______________________________________________
Search for businesses by name, location, or phone number. -Lycos Yellow
Pages
http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?
SRC=lycos10
|