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: following ID references (was untitled)


>
> <graph_catalogue>
> 	<graph sec_ref="EAF"  >
> 		<title> a graph </title>
> 	</graph>
>
> 	<section id="EAF" >
> 		<sec_head> a person </sec_head>
> 	</section>
> </graph_catalogue>
>
> I want to use XSL in a similar fashion to a database query.
> Given the title
> of the graph, I want to get the name of the corresponding
> (via id) section
> head. Can someone please tell me how to do this?
>

If the <title> is the context node, and if "id" is an attribute of type ID,
you can get the <sec_head> as

id(../@sec_ref)/sec_head

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]