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]
Other format: [Raw text]

<xsl:for-each> help


Hi, 
I want to display the specific service id="01"'s name. 
how can I approach this? The result will be 'My News'. 
does it have any condition that I can use? Thanks. 

<xsl:for-each select="dynamictree/category/service"....? >
<!-- serviceid =01, name="My News" -->
</xsl:for-each>

XML file: 
- <dynamictree version="1" statuscode="0" statusdesc="OK">
- <category id="1" name="Favorite">
- <service id="01" name="My News">
  <querykeyword id="7003" name="News USA" /> 
  <querykeyword id="7004" name="News Africa" /> 
  </service>
- <service id="02" name="My Stocks">
  <querykeyword id="7001" name="Stock Quotes" /> 
  </service>
  </category>
  </dynamictree>



 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]