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


<xsl:template match="/">
<xsl:value-of select=
" / :: "/>
</xsl:template>

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       

<!-- comment -->
<?php php_info(); ?>
<AAA id = "1" a = "aaa"> cdata & node
     <BBB id = "2" b = "bbb"> text
          <CCC id = "3" c = "ccc"/>
     </BBB>
<?xxx php_info(); ?>
<?yyy php_info(); ?>
<?zzz php_info(); ?>
     <BBB>
          <CCC id = "4" c = "ccc">
               <DDD id = "5" d = "ddd"/>
          </CCC>
     </BBB>
</AAA>

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