|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Selecting First Letter
Jeff,
This suggestion of Mike's is the one I like best so far: At 06:06 PM 9/30/2003, he wrote: (a) in the above template, do something to test whether it's one of the text nodes you want to treat this way, e.g. by testing whether <xsl:number level="any" from="p"> is 1 If you did <xsl:number level="any" from="content" count="text()[normalize-space()]"/> and only handled number 1, you'd work around the whitespace problem Dimitre cited without having to strip whitespace-only nodes (always a dangerous thing in running prose). (Note I've tweaked the from attribute to be "content" since that seems to be the scope you are interested in.) Of course, you'll do this in a choose/when/otherwise test, not in the template match as I had it. or (b) in the template rule for the <p> element, process the descendants with a parameter set to the generate-id() of the first descendant text node, and test this parameter in the text template. That works too. Ain't this list amazing? Cheers, Wendell
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








