>> English << | Ĩesky | Nederlands | Español ZVON > Tools > XLab: Key
Contents XSLT Reference



<xsl:key name="kkk" match = ""
use = ""/>  
<xsl:value-of select='key("kkk","")'/>
Matched nodes are distinguished by red color. (If you can't see anything in red color, your expression have not matched anything).
       Click to select another XML source       

<addressBook>
     <address>
          <firstName>John</firstName>
          <surname>Smith</surname>
          <email>smithj@world.org</email>
          <tel  type = "work">234-123-222</tel>
     </address>
     <address>
          <firstName>Alice</firstName>
          <surname>Brown</surname>
          <email>Alice.Brown@europe.com</email>
          <tel  type = "home">22-33-444</tel>
          <tel  type = "work">11-43-222</tel>
     </address>
     <address>
          <firstName>George</firstName>
          <surname>White</surname>
          <email>gw@rock.com</email>
     </address>
</addressBook>

XML/XSLT by Miloslav Nic [nicmila@systinet.com]
Servlet written by Miroslav Simek [simek@systinet.com]