We've just started using dom4j and really like it a great deal.  One thing
has us confused, however.

We'd like to use the "backed List" concept to replace nodes/elements in the
document by manipulating a List.  This works fine when we get the List like
this:

            List list = document.getRootElement().elements("someElement");

However, when we get the list as a result of a use of an XPath, as in 

            List list1 = document1.selectNodes("//topLevel/someElement");

the list doesn't seem 'backed'.

Is this true?

Rich



------------------------------------------------------------------------------
This message is intended only for the personal and confidential use of the designated 
recipient(s) named above.  If you are not the intended recipient of this message you 
are hereby notified that any review, dissemination, distribution or copying of this 
message is strictly prohibited.  This communication is for information purposes only 
and should not be regarded as an offer to sell or as a solicitation of an offer to buy 
any financial product, an official confirmation of any transaction, or as an official 
statement of Lehman Brothers.  Email transmission cannot be guaranteed to be secure or 
error-free.  Therefore, we do not represent that this information is complete or 
accurate and it should not be relied upon as such.  All information is subject to 
change without notice.




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
No, I will not fix your computer.
http://thinkgeek.com/sf
_______________________________________________
dom4j-dev mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-dev

Reply via email to