[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] how to select nodes between nodes
Hi I use an xsl:for-each that selects <comma> Elements within a certain context. In this xsl:for-each I want to copy all elements that come between this <comma> Element and the next <comma> Element and so on. My stylesheet looks like this: <xsl:for-each select="comma"> <xsl:copy-of select="select all nodes between this comma and the next comma"/> </xsl:for-each> I havent found an appropriate XPath expression to solve this problem. Any help is appreciated. Mario XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|