|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] another grouping question
Hi All, In a "current-group()" I'm getting <p>Group strats here</p> <div>testing for division</div> <p>It seeks to improve upon DTDs...</p> <p>groupin should be end here</p> <title>title</title> <sec>The selection need to be end</sec> I wand to group the "p" tag until last "p" tag. <group><p>Group strats here</p> <div>testing for division</div></group> <group> <p>It seeks to improve upon DTDs...</p> </group> <group> <p>groupin should be end here</p> </group> <title>title</title> <sec>The selection need to be end</sec> I tried <xsl:sequence select="group:p(current-group()[self::p][last()])"/>, but I'm getting only the last "p" tag. How do I correct my sequence statemnt. Thanks in Advance, Balaji. M
|
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
|






