[Home] [By Thread] [By Date] [Recent Entries]
Rick Quatro rick@xxxxxxxxxxxxxx wrote:
There may be instances that I have additional siblings between some of the <Category> elements. I want to grab everything after the first unique <Category> element up to the next unique <Category> element. Thank you. If you adapt Ken's suggestion to <xsl:for-each-group select="Cases/Story/(* except Category)"
group-by="preceding-sibling::Category[1]">then I think you get what you want.
|

Cart



