I want to supress the repetion of the attribute of a node(role_id)
i.e I want the o/p like this:
Role_Id Role_Name
R01 1.Software engg.
----- 2.Project Leader.(* I dont want R01 to be repeated)
R02 --------
R03 ---------
I am converting the following XML file through XSLT.
<rowset>
<row>
<ROLE_ID value="R01"/>
<ROLE_NAME value="Software Engg"/>
</row>
<row>
<ROLE_ID value="R01"/>
<ROLE_NAME value="Project Leader"/>
</row>
<row>
<ROLE_ID value="R02"/>
<ROLE_NAME value="Project Manager"/>
</row>
<row>
<ROLE_ID value="R03"/>
<ROLE_NAME value="Project Co-ordinator"/>
</row>
</rowset>
Manisha.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- [no subject]
- manisha - Thu, 18 Jan 2001 01:18:57 -0500 (EST) <=
|
|