XPath ----- http://www.w3.org/TR/xpath[XPath] będziemy używali w kontekście http://www.w3.org/TR/xslt[XSLT] (XSL Transformations). Przykład link:moria1.xsl[]: htmlize::moria1.xsl[] wykonujemy transformację na dokumencie link:moria-example.xml[] .... $ xsltproc moria1.xsl moria-example.xml .... i otrzymujemy [xml] xxxx sys::[xsltproc moria1.xsl moria-example.xml] xxxx == Axis (oś? wzdłuż której wybieramy atrybuty) Pełne pokrycie dokumentu ---- preciding ancestor self descendant following ---- Domyślną osią jest `child` ---- preciding preciding-sibling ancestor-or-self descedant-or-self ancestor parent self child descendant attribute namespace following-sibling following ----