Hi, 

I'm trying to pre-cache nodes in a document that are
of type mixed-content, so i do the checking, and find
nodes that are mixed-content and store them in a list.

the problem is, though, when i try to compare various
nodes that i've retrieved via Xpath against those that
are in the list of mixed content nodes, my list
contains PSVIElementNSImpl nodes as opposed to
org.w3c.dom.Nodes, so a simple list.contains(node)
fails.

is there some way to compare these?

i can't seem to cast it straight to a
PSVIElementNSImpl (the node i'm trying to compare),
b/c it's expecting a DeferredElementImpl.

thoughts?

thanks


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

Reply via email to