Skip to content

Commit

Permalink
Update Web/XPath/Axes (mdn#4452)
Browse files Browse the repository at this point in the history
fix link flaws
  • Loading branch information
mfuji09 authored Apr 26, 2021
1 parent b5e25cc commit 11c6f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/xpath/axes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
---
<p>{{ XsltRef() }} There are thirteen different axes in the <a href="/en-US/docs/Web/XPath">XPath</a> specification. An axis represents a relationship to the context node, and is used to locate nodes relative to that node on the tree.</p>

<p>For further information on using XPath expressions, please see the <a href="/en-US/docs/Web/XSLT/Transforming_XML_with_XSLT">For Further Reading</a> section at the end of <a href="/en-US/Transforming_XML_with_XSLT">Transforming XML with XSLT</a> document. Also see the <a href="https://www.w3.org/TR/xpath-30/#axes">'axes' section in the xpath spec</a>.</p>
<p>For further information on using XPath expressions, please see the <a href="/en-US/docs/Web/XSLT/Transforming_XML_with_XSLT#for_further_reading">For Further Reading</a> section at the end of <a href="/en-US/docs/Web/XSLT/Transforming_XML_with_XSLT">Transforming XML with XSLT</a> document. Also see the <a href="https://www.w3.org/TR/xpath-30/#axes">'axes' section in the xpath spec</a>.</p>


<dl>
Expand Down

0 comments on commit 11c6f5d

Please sign in to comment.