Altova Mailing List Archives
>xsl-list Archive Home
>Recent entries
>Thread Prev - [xsl] select element based on value of one of the children
[Thread Next]
Re: [xsl] select element based on value of one of the children
To:
Date: 10/11/2005 9:20:00 AM
You are looking for: select="a[b = '7']" The [...] is called a predicate. If you look closely enough at the example, you will notice a select expression containing a predicate as well... Cheers, G. Schellekens, B.J.G. wrote: XSL processor, processor version, and version of the language: I use IE6 to test my stylesheet and have the following header in my stylesheet <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> Dear reader, As a XML and XSL newbie I would like to know whether it is possible to select an element based on the value of one of children and how this can best be done. I have a xml document with the following structure: <main> <a> <b>5</b> <c>G</c> </a> <a> <b>7</b> <c>L</c> </a> <a> <b>4</b> <c>T</c> </a> </main> I would like to know how to, for example, select the following element and use it in my stylesheet (<xsl:for-each select="???????">): <a> <b>7</b> <c>L</c> </a> Note that I select the element with a child b having a value of 7. Cheers, Bjorn P.S. I tried to do my "homework" and found the following example http://www.dpawson.co.uk/xsl/sect2/N3235.html#d4086e214. I, however, do not understand what their solution to the problem is. -- Drs. G.P.H. Josten Consultant Daidalos BV Source of Innovation Hoekeindsehof 1-4 2665 JZ Bleiswijk Tel: +31 (0) 10 850 1200 Fax: +31 (0) 10 850 1199 www.daidalos.nl De informatie - verzonden in of met dit emailbericht - is afkomstig van Daidalos BV en is uitsluitend bestemd voor de geadresseerde. Indien u dit bericht onbedoeld hebt ontvangen, verzoeken wij u het te verwijderen. Aan dit bericht kunnen geen rechten worden ontleend.
Disclaimer
These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

