Subject: A neophyte Q
From: "Walter Torres" <walter@xxxxxxxxx>
Date: Thu, 18 Jan 2001 01:00:40 -0600
|
Manisha posted this XML block... (see Block A below)
I saw the data as this... (see Block B delow)
Can someone enlighten me on the pros and cons of each type (beyond the
character count).
Thanks
Walter
===============================
Block A
<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>
===============================
===============================
Block B
<rowset>
<role id='R01'>Software Engg</role>
<role id='R01'>Project Leader</role>
<role id='R02'>Project Manager</role>
<role id='R03'>Project Co-ordinator</role>
</rowset>
===============================
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- A neophyte Q
- Walter Torres - Thu, 18 Jan 2001 02:01:00 -0500 (EST) <=
|
|