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]

A neophyte Q


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


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