<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="../resources/style/page.xsl"?><my:doc xmlns:my="http://www.jenitennison.com/" xmlns="http://www.w3.org/1999/xhtml">
   <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
      <rdf:Description xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcq="http://purl.org/dc/qualifiers/1.0/" about="/xslt/xpath.xml">
         <dc:title>Jeni's XSLT Pages: Calling Stylesheets</dc:title>
         <dc:date xmlns:vcf="http://www.ietf.org/internet-drafts/draft-dawson-vcard-xml-dtd-03.txt">
            <rdf:Description dcq:dateType="created" dcq:dateScheme="W3C-DTF" rdf:value="2000-08-07"/>
         </dc:date>
         <dc:date xmlns:vcf="http://www.ietf.org/internet-drafts/draft-dawson-vcard-xml-dtd-03.txt">
            <rdf:Description dcq:dateType="modified" dcq:dateScheme="W3C-DTF" rdf:value="2001-01-16"/>
         </dc:date>
         <dc:creator rdf:resource="mail@jenitennison.com"/>
         <link rel="stylesheet" href="/resources/style/base.css"/>
      </rdf:Description>
   </rdf:RDF>
   <h1>Using XPaths</h1>
   <p>
	This page will hold information about how to use XPath to select and to match the nodes
	that you're interested in.  For now, there's just the following posts:
</p>
   <my:links>
      <my:link href="http://sources.redhat.com/ml/xsl-list/2000-07/msg01133.html">Selecting
	Subsets Using Predicates</my:link>
      <my:link href="http://sources.redhat.com/ml/xsl-list/2000-07/msg01083.html">Combining
	Node Lists</my:link>
      <my:link href="http://sources.redhat.com/ml/xsl-list/2000-07/msg01056.html">Using Fixed
	Values in XPaths</my:link>
      <my:link href="http://sources.redhat.com/ml/xsl-list/2000-07/msg01128.html">What's the
	Source Structure?</my:link>
      <my:link href="http://sources.redhat.com/ml/xsl-list/2000-07/msg00593.html">What's the
	Current Node?</my:link>
      <my:link href="http://sources.redhat.com/ml/xsl-list/2000-07/msg00781.html">What's the
	Current Node? (Again)</my:link>
      <my:link href="http://sources.redhat.com/ml/xsl-list/2000-07/msg00814.html">What's the
	Current Node List?</my:link>
      <my:link href="http://sources.redhat.com/ml/xsl-list/2000-07/msg00820.html">What's the
	Current Node List? (Again)</my:link>
      <my:link href="http://www.biglist.com/lists/xsl-list/archives/200012/msg00424.html">Superfluous '//' in Matches</my:link>
      <my:link href="http://www.biglist.com/lists/xsl-list/archives/200012/msg00395.html">Testing Node Names against Variable Values</my:link>
      <my:link href="http://www.biglist.com/lists/xsl-list/archives/200012/msg00394.html">Getting the Depth of a Node</my:link>
      <my:link href="http://www.biglist.com/lists/xsl-list/archives/200012/msg00355.html">Operating on Alternative Content</my:link>
      <my:link href="http://www.biglist.com/lists/xsl-list/archives/200101/msg00218.html">Combining Node Tests</my:link>
      <my:link href="http://www.biglist.com/lists/xsl-list/archives/200101/msg00215.html">Using the self:: Axis to Combine Node Tests</my:link>
      <my:link href="http://www.biglist.com/lists/xsl-list/archives/200101/msg00069.html">Getting an Attribute's Element and Various Name Tests</my:link>
      <my:link href="http://www.biglist.com/lists/xsl-list/archives/200101/msg00031.html">Navigating the Node Tree</my:link>
   </my:links>
   <h2 id="links">Links</h2>
   <my:links>
      <my:link href="http://www.w3.org/TR/xpath">XML Path Language (W3C Recommendation)</my:link>
      <my:link href="http://www.w3.org/TR/xslt#patterns">XSLT Recommendation: Patterns</my:link>
   </my:links>
</my:doc>