i found my problem on this.  it was the usage of the
DOMParser versus the DocumentBuilder.
thanks


--- Paul Tomsic <[EMAIL PROTECTED]> wrote:

> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to