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]

Q on how create pick list


I have a small data set (see below) and I would like to create a browser
select object that contains an item for each of the NODEs in my data set
(see sample below)

Any pointers on how to accomplish this?

Thanks

Walter


====================

<titles>
 <display id='num'>Num</display>
 <display id='date'>Time Stamp</display>
 <display id='curr_dest'>Agent</display>
 <display id='media'>display>Channel</display>
 <display id='reason'>Reason</display>
 <display id='comment'>Comments</display>
</titles>

====================

<select name='titles' id='titles'>
 <option value='num'>Num</option>
 <option value='date'>Time Stamp</option>
 <option value='curr_dest'>Agent</option>
 <option value='media'>Channel</option>
 <option value='reason'>Reason</option>
 <option value='comment'>Comments</option>
</select>

====================



 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]