http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2483 *** shadow/2483 Fri Jul 6 13:53:33 2001 --- shadow/2483.tmp.19888 Fri Jul 6 13:53:33 2001 *************** *** 0 **** --- 1,39 ---- + +============================================================================+ + | No processing instruction information can be retrieved from the DOM tree | + +----------------------------------------------------------------------------+ + | Bug #: 2483 Product: Xerces-J | + | Status: NEW Version: 1.4.1 | + | Resolution: Platform: PC | + | Severity: Normal OS/Version: Windows NT/2K | + | Priority: Other Component: DOM | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + Description: + --------------- + Cannot retrieve pi info when parsing an xml doc with pi. + + Steps to reproduce: + ---------------------- + Run DOMWriter using the test case attached. + <!DOCTYPE doc [ + <!ELEMENT doc (#PCDATA)> + ]> + <doc><?pi?></doc> + + Actual results: + ------------------ + <doc></doc> + + Expected results: + -------------------- + <doc><?pi ?></doc> + + Additional Information: + -------------------------- + The implementation of DOMWriter looks fine. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
