This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: how to merge tags/nodes via transform?


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@ergito.com 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@virbus.de
www.virbus.de


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]