xsl-list
[Top] [All Lists]

RE: Read a attribute value from XML file

2003-01-07 02:08:39
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



<Prev in Thread] Current Thread [Next in Thread>