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=2947

*** shadow/2947 Tue Aug  7 10:17:40 2001
--- shadow/2947.tmp.9833        Wed Aug  8 17:33:08 2001
***************
*** 2,9 ****
  | IDOM segfault                                                              |
  +----------------------------------------------------------------------------+
  |        Bug #: 2947                        Product: Xerces-C++              |
! |       Status: RESOLVED                    Version: 1.5.1                   |
! |   Resolution: DUPLICATE                  Platform: HP                      |
  |     Severity: Blocker                  OS/Version: HP-UX                   |
  |     Priority: Other                     Component: DOM                     |
  +----------------------------------------------------------------------------+
--- 2,9 ----
  | IDOM segfault                                                              |
  +----------------------------------------------------------------------------+
  |        Bug #: 2947                        Product: Xerces-C++              |
! |       Status: REOPENED                    Version: 1.5.1                   |
! |   Resolution:                            Platform: HP                      |
  |     Severity: Blocker                  OS/Version: HP-UX                   |
  |     Priority: Other                     Component: DOM                     |
  +----------------------------------------------------------------------------+
***************
*** 31,33 ****
--- 31,42 ----
  
  
  *** This bug has been marked as a duplicate of 2676 ***
+ 
+ ------- Additional Comments From [EMAIL PROTECTED]  2001-08-08 17:33 -------
+ Calling getElementsByTagName() using a DOM_Element now works in CVS. However
+ calling it using a DOM_Document() still causes a SIGSEV.
+ 
+ XMLCh *tag = XMLString::transcode("sometag");
+ IDOM_NodeList *nodeList = document->getElementsByTagName(tag);
+ 
+ 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to