checking mixed content model
Hi,
I wish to check an element <p> whether it is mixed content model or not. Is there any function, if not please provide the XPATH. For instance, lets take the following XML:
<root>
<p>abc<i>italic</i>xyz</p>
</root>
Thanks!
|