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

Subject: [xsl] how to merge tags/nodes via transform?
From: rbondi@xxxxxxxxxx
Date: Mon, 12 Aug 2002 01:59:52 -0400
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





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


Current Thread