xrust 2.0.3

Support for XPath and XSLT
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>