Merge souce-cleanup branch into trunk
[SXSI/xpathcomp.git] / tests / xpath-pt / xslt / B9.xsl
diff --git a/tests/xpath-pt/xslt/B9.xsl b/tests/xpath-pt/xslt/B9.xsl
deleted file mode 100644 (file)
index 89347d5..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/open_auctions/open_auction[(not(bidder/following::bidder) or not(bidder/preceding::bidder)) or (bidder/following::bidder and bidder/preceding::bidder)]/interval"/>
-  </xsl:template>
-</xsl:stylesheet>
\ No newline at end of file