xsl-list
[Top] [All Lists]

Re: [xsl] Merging elements

2011-10-27 05:34:27

On 27 Oct 2011, at 11:18, Andrew Welch wrote:

I've been looking at the problem for too long and have a horribly complex 
set of grouping statements that applied in a multiple mode stylesheet. I'm 
convinced that there's a simpler way to do this but I think that I can't see 
the wood for the trees. Does anyone have an elegant way to do this?


Use 'sibling recursion', similar to the identity template but it
traverses the following-sibling axis... then add a specific template
for the span which does the grouping (by checking if the immediate
following sibling element is also a span)

Thank you Andrew. I knew there was a good solution and that's it.

nic




-- 
Andrew Welch
http://andrewjwelch.com

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--


--
Corbas Consulting
Digital Publishing Consultancy and Training
http://www.corbas.co.uk, +44 (0)7718 906817/+44 (0)1273 930765  
        


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>