http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2267
*** shadow/2267 Thu Jun 21 07:51:00 2001
--- shadow/2267.tmp.25718 Tue Jun 26 07:03:19 2001
***************
*** 2,9 ****
| XPathAPI seems to apply queries always at the whole document |
+----------------------------------------------------------------------------+
| Bug #: 2267 Product: XalanJ2 |
! | Status: NEW Version: 2.0.x |
! | Resolution: Platform: PC |
| Severity: Major OS/Version: Linux |
| Priority: Medium Component: org.apache.xpath |
+----------------------------------------------------------------------------+
--- 2,9 ----
| XPathAPI seems to apply queries always at the whole document |
+----------------------------------------------------------------------------+
| Bug #: 2267 Product: XalanJ2 |
! | Status: RESOLVED Version: 2.0.x |
! | Resolution: INVALID Platform: PC |
| Severity: Major OS/Version: Linux |
| Priority: Medium Component: org.apache.xpath |
+----------------------------------------------------------------------------+
***************
*** 46,48 ****
--- 46,55 ----
Node theInnerNode = theInnerNodeList.item(j);
}
}
+
+ ------- Additional Comments From [EMAIL PROTECTED] 2001-06-26 07:03 -------
+ Sorry for this,
+
+ but this wasn't a bug. It didn't work because of my lack of experience with
+ XPath Expressions. I Just started working with XPath. Queries that start with
+ "//" are always applied to Document by definition....
\ No newline at end of file