Re: [xsl] Transforming an XML document where the content isn't in a special tag

Subject: Re: [xsl] Transforming an XML document where the content isn't in a special tag
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 17 Aug 2005 12:44:40 +0100
> Do you find something wrong with my
> stylesheet?

as Michael said, it solves the simple test case posted but probably not
the real example. It only works if there are at most two text nodes (and
only <a> elements) between successive header elements. that's unlikely to
be the case in teh real problem.

the way to solve this in xslt2 is to do a for-each-group grouping on
the header elements. In XSLT1 you'd use one of teh standard xslt1
grouping tecniques, Mkicael has posted an example already I think.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread