Merge souce-cleanup branch into trunk
[SXSI/xpathcomp.git] / tests / xpath-pt / xslt / C1.xsl
diff --git a/tests/xpath-pt/xslt/C1.xsl b/tests/xpath-pt/xslt/C1.xsl
deleted file mode 100644 (file)
index 40e2587..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<?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/people/person[profile/age &gt;= 18 and profile/@income &lt; 10000 and address/city != 'Dallas']/name"/>
-  </xsl:template>
-</xsl:stylesheet>
\ No newline at end of file