[Home] [By Thread] [By Date] [Recent Entries]
Never mind. I figured it out for myself:
<xsl:for-each select="following-sibling::var[ count(preceding-sibling::var[@VGID][1] | current()) = 1]"> <xsl:copy-of select="."/> should be changed to <xsl:for-each select="following-sibling::var[not(@VGID)][ count(preceding-sibling::var[@VGID][1] | current()) = 1]"> <xsl:copy-of select="."/>
----Original Message Follows---- From: "I-Lin Kuo" <ikuoikuo@xxxxxxxxxxx> Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
_________________________________________________________________ MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



