DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18553>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18553

XalanNodeList objects return NULL nodes when accessed through XercesDocumentBridge

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED



------- Additional Comments From [EMAIL PROTECTED]  2003-04-01 17:13 -------
This is as you suspected -- we're not building the document in mapping mode, so 
there's no way to recover this information, except by re-writing the code to do 
a linear search of the child list using getFirstChild() and getNextSibling().  
I think that's the way to go, but I need to get a sense of the priority of this 
for you.  Is this a must-have in 1.5?

The other possibility is to just say we don't support this call and throw an 
exception, but I suspect that's not something you're interested in.

Reply via email to