RE: [xsl] Read a attribute value from XML file

Subject: RE: [xsl] Read a attribute value from XML file
From: Jarno.Elovirta@xxxxxxxxx
Date: Tue, 7 Jan 2003 11:08:39 +0200
Hi,

> <XML ID="NewsWebSites">
> 	<ROOT>
> 		<Site>
> 			<Column Title="MfgName"/>
> 			
> 		</Site>
> 		<Site>
> 			<Column Title="Manufactrer"/>
> 		</Site>
> 	</ROOT>
> </XML>
> 
> 
> my question is how to select the value of Title from XSL file

  <xsl:value-of select="/XML/ROOT/Site/Column/@Title" />

will select the first one.

Cheers,

Jarno - Wumpscut: Deliverance (Radio Mix)

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread