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]

RE: Newby question


> Given a chunk of XML like
> 
> <field sid = "Author">
> 	<value>Billy</value>
> </field>
> 
> <field sid = "Title">
> 	<value>The Book</value>
> </field>
> 
> 
> How do I reference the value of the field who's sid is equal 
> to "Author".
>
 
//field[@sid='Author']

Mike Kay


 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]