RE: Newby question

Subject: RE: Newby question
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Tue, 13 Jun 2000 10:43:50 +0100
> 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


Current Thread
  • Newby question
    • Bruce McGuire - Mon, 12 Jun 2000 19:32:16 -0700
      • <Possible follow-ups>
      • Kay Michael - Tue, 13 Jun 2000 10:43:50 +0100 <=