Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Xquery Empty values

803630Feb 8 2011 — edited Feb 8 2011
How can I check this?

<soap:Header xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:contextid></soap:contextid>
</soap:Header>


I tried data($header/*:contextid) != ' ' but this is not returning true.

Is there any function to check this empty value?Should I use straing length only?

Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 8 2011
Added on Feb 8 2011
3 comments
2,639 views