PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1410
*** shadow/1410 Tue Aug 7 07:21:11 2001
--- shadow/1410.tmp.23595 Tue Aug 7 12:39:32 2001
***************
*** 2,9 ****
| sort descending w/ nodes along ancestor axis backward |
+----------------------------------------------------------------------------+
| Bug #: 1410 Product: XalanJ2 |
! | Status: RESOLVED Version: 2.0.0 |
! | Resolution: FIXED Platform: Sun |
| Severity: Normal OS/Version: Solaris |
| Priority: Medium Component: org.apache.xalan.xsltc |
+----------------------------------------------------------------------------+
--- 2,9 ----
| sort descending w/ nodes along ancestor axis backward |
+----------------------------------------------------------------------------+
| Bug #: 1410 Product: XalanJ2 |
! | Status: REOPENED Version: 2.0.0 |
! | Resolution: Platform: Sun |
| Severity: Normal OS/Version: Solaris |
| Priority: Medium Component: org.apache.xalan.xsltc |
+----------------------------------------------------------------------------+
***************
*** 113,115 ****
--- 113,163 ----
<line>And my heart puts forth its pain.</line>
</stanza>
</poem>
+
+ ------- Additional Comments From [EMAIL PROTECTED] 2001-08-07 12:39 -------
+ On retest, the following output still does not show "line within stanza within
+ poem" which is the key aspect of the expected results. BTW, this test is taken
+ from mk017.
+
+ <?xml version="1.0" encoding="utf-8" ?>
+ <!--poem-->
+
+ <!--author within poem-->
+ Rupert Brooke
+ <!--date within poem-->
+ 1912
+ <!--title within poem-->
+ Song
+ <!--stanza within poem-->
+
+ <!--line within poem within stanza-->
+ And suddenly the wind comes soft,
+ <!--line within poem within stanza-->
+ And Spring is here again;
+ <!--line within poem within stanza-->
+ And the hawthorn quickens with buds of green
+ <!--line within poem within stanza-->
+ And my heart with buds of pain.
+
+ <!--stanza within poem-->
+
+ <!--line within poem within stanza-->
+ My heart all Winter lay so numb,
+ <!--line within poem within stanza-->
+ The earth so dead and frore,
+ <!--line within poem within stanza-->
+ That I never thought the Spring would come again
+ <!--line within poem within stanza-->
+ Or my heart wake any more.
+
+ <!--stanza within poem-->
+
+ <!--line within stanza within poem-->
+ But Winter's broken and earth has woken,
+ <!--line within stanza within poem-->
+ And the small birds cry again;
+ <!--line within stanza within poem-->
+ And the hawthorn hedge puts forth its buds,
+ <!--line within stanza within poem-->
+ And my heart puts forth its pain.
+