chadpath 0.3.3

XPath 1.0 / XSLT engine — a fork of xrust (Apache-2.0) with XPath positional-predicate correctness fixes and parser performance improvements. Used by chadselect.
Documentation
1
2
3
4
5
<xsl:stylesheet xmlns:xsl='http://www.w3.org/1999/XSL/Transform'
		xmlns:xlink="http://www.w3.org/1999/xlink"
		version="3.0">
  <xsl:template match="child::Level1">deeper import level</xsl:template>
</xsl:stylesheet>