tmiller 01/08/16 07:10:49
Modified: java/src/org/apache/xalan/xsltc/compiler xpath.cup
Log:
turning on filtering, bug 2553
Revision Changes Path
1.9 +3 -3 xml-xalan/java/src/org/apache/xalan/xsltc/compiler/xpath.cup
Index: xpath.cup
===================================================================
RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/xsltc/compiler/xpath.cup,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xpath.cup 2001/08/16 12:17:15 1.8
+++ xpath.cup 2001/08/16 14:10:49 1.9
@@ -1,5 +1,5 @@
/*
- * @(#)$Id: xpath.cup,v 1.8 2001/08/16 12:17:15 morten Exp $
+ * @(#)$Id: xpath.cup,v 1.9 2001/08/16 14:10:49 tmiller Exp $
*
* Copyright 2000 Sun Microsystems, Inc. All Rights Reserved.
*
@@ -494,12 +494,12 @@
// CASE I: no filtering, nodes OK but have dups,
// results of test suite in file: 'REP_UNFILT'
- RESULT = path;
+ //RESULT = path;
// CASE II: Filtered Abs Loc Path -
// all tests fail except desOrSelf test,
// results of test suite in file: 'REP-FILT'
- //RESULT = new FilteredAbsoluteLocationPath(path);
+ RESULT = new FilteredAbsoluteLocationPath(path);
// CASE III: Filtered Parent Loc Path -
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]