j-users@xerces.apache.org
[Top] [All Lists]

element PSVI can't xpath

Subject: element PSVI can't xpath
From: Paul Tomsic
Date: Wed, 23 Aug 2006 17:36:07 -0700 PDT
We're in the process of trying to find out if an
element is declared as mixedContent="true"

Whe set the features and properties on a DOMParser
then cast the document -> element -> elementPSVI, we
can't seem to get to the node inside the root.

so a simple example is 
<foo><bar>hello<b>person</b></bar></foo>
where <bar> is set to mixed content, 

we have the root as a Document, then we cast that, but
it doesn't seem that xpath'ing is working to allow us
to retrieve the text from within the bar node.  

is there something we're missing?

---------------------------------------------------------------------
To unsubscribe, e-mail: j-users-unsubscribe@xxxxxxxxxxxxxxxxx
For additional commands, e-mail: j-users-help@xxxxxxxxxxxxxxxxx

<Prev in Thread] Current Thread [Next in Thread>