Added test cases
[SXSI/xpathcomp.git] / tests / xpath-pt / xslt / B1.xsl
diff --git a/tests/xpath-pt/xslt/B1.xsl b/tests/xpath-pt/xslt/B1.xsl
new file mode 100644 (file)
index 0000000..4a82e48
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0"?> 
+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+  <xsl:template match="/">
+    <xsl:copy-of select="site/regions/*/item[parent::namerica or parent::samerica]/name"/>
+  </xsl:template>
+</xsl:stylesheet>
\ No newline at end of file