http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1488
*** shadow/1488 Mon Jun 25 14:52:25 2001
--- shadow/1488.tmp.4083 Mon Jun 25 14:58:14 2001
***************
*** 2,8 ****
| current()/@attrib expression null in apply-templates select |
+----------------------------------------------------------------------------+
| Bug #: 1488 Product: XalanJ2 |
! | Status: RESOLVED Version: 2.0.0 |
| Resolution: FIXED Platform: Sun |
| Severity: Normal OS/Version: Solaris |
| Priority: Low Component: org.apache.xalan.xsltc |
--- 2,8 ----
| current()/@attrib expression null in apply-templates select |
+----------------------------------------------------------------------------+
| Bug #: 1488 Product: XalanJ2 |
! | Status: VERIFIED Version: 2.0.0 |
| Resolution: FIXED Platform: Sun |
| Severity: Normal OS/Version: Solaris |
| Priority: Low Component: org.apache.xalan.xsltc |
***************
*** 123,125 ****
--- 123,129 ----
attribute has to be casted to a string or number. This may or may not
be considered a bug; but other XSLT processors (Saxon and Xalan) automatically
convert the value of current()/@href to a string.
+
+ ------- Additional Comments From [EMAIL PROTECTED] 2001-06-25 14:58 -------
+ I retested the XSLTMark 2.0 current.xsl/current.xml test and XSLTC no longer
+ has a problem with the first item. current()/@ref returns the expected result.
\ No newline at end of file