[xsl] XPath Axes

Subject: [xsl] XPath Axes
From: J dinesh <dine005@xxxxxxxxxxx>
Date: Wed, 2 Apr 2003 05:11:40 +0100 (BST)
Hi,

How to convert following xml into xml output format
using XPath Axes.

Input:
------
<trow>
      <cell>author 1</cell>
      <cell>fname:</cell>
      <cell>John</cell>
</trow>
<trow>
      <cell/>
      <cell>midname:</cell>
      <cell>N.</cell>
</trow>
<trow>
      <cell/>
      <cell>sname:</cell>
      <cell>Tippett</cell>
</trow>

Output:
-------
<author id="1">
<fname>John</fname>
<midname>N.</midname>
<sname>Tippett</sname>
</author>

Please advice.

Thanks
JD

________________________________________________________________________
Missed your favourite TV serial last night? Try the new, Yahoo! TV.
       visit http://in.tv.yahoo.com

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


Current Thread