Re: [xsl] how to merge tags/nodes via transform?

Subject: Re: [xsl] how to merge tags/nodes via transform?
From: Joerg Heinicke <joerg.heinicke@xxxxxx>
Date: Mon, 12 Aug 2002 19:57:36 +0200
Hello Richard,

if you want to get really good answers on such questions, you must provide more precise rules. E.g. are there only <b>-elements, which should be grouped? What if there are more text nodes and so on.

Regards,

Joerg

rbondi@xxxxxxxxxx wrote:
Could someone please suggest a template to convert e.g.:

<root>
 <b>d</b>
 <b>o</b>
 <b>g</b>
and
 <b>c</b>
 <b>a</b>
 <b>t</b>
 <b>s</b>
</root>

into

<root>
 <b>dog</b>
 and
 <b>cats</b>
</root>

Many thanks in advance,
Richard Bondi

--


System Development
VIRBUS AG
Fon  +49(0)341-979-7419
Fax  +49(0)341-979-7409
joerg.heinicke@xxxxxxxxx
www.virbus.de


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread