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]

how to merge tags/nodes via transform?


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


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