Spaces following PI name and before any character are deleted.
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=3125
*** shadow/3125 Tue Aug 14 12:10:49 2001
--- shadow/3125.tmp.8330 Tue Aug 14 12:40:55 2001
***************
*** 2,9 ****
| Spaces following PI name and before any character are deleted. |
+----------------------------------------------------------------------------+
| Bug #: 3125 Product: Xerces-J |
! | Status: NEW Version: 1.4.2 |
! | Resolution: Platform: PC |
| Severity: Normal OS/Version: Windows NT/2K |
| Priority: Other Component: DOM |
+----------------------------------------------------------------------------+
--- 2,9 ----
| Spaces following PI name and before any character are deleted. |
+----------------------------------------------------------------------------+
| Bug #: 3125 Product: Xerces-J |
! | Status: RESOLVED Version: 1.4.2 |
! | Resolution: INVALID Platform: PC |
| Severity: Normal OS/Version: Windows NT/2K |
| Priority: Other Component: DOM |
+----------------------------------------------------------------------------+
***************
*** 52,55 ****
---------------------------------
Additional Information:
---------------------------------
! Same results occur if setting validation on.
--- 52,68 ----
---------------------------------
Additional Information:
---------------------------------
! Same results occur if setting validation on.
!
! ------- Additional Comments From [EMAIL PROTECTED] 2001-08-14 12:40 -------
! From the SAX2 ContentHandler processingInstruction method JavaDoc comments:
!
! * @param target The processing instruction target.
! * @param data The processing instruction data, or null if
! * none was supplied. The data does not include any
! * whitespace separating it from the target.
!
! There are many more examples of whitespace within markup that is
! not passed to the application. This is simply one of them. In this
! case, the "expected results" document you provided is not correct,
! the actual results are what should be expected.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]