|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Truncating output of a node
> I am trying to output the first n sentences of a node. I have > tried using > for-each with a conditional to stop output but have had no luck. > > Given the following XML fragment, what is the best way to > output only the > first n sentences? Note that the node has both text and child nodes. > Write a recursive template that takes the text and n as parameters; in this template, if n>0, output the first sentence (using substring-before), then make a recursive call on the the same template, passing the remaining text (using substring-after) and n-1 as the parameters. Mike Kay Software AG 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
|

Cart








