Skip to Main Content

Database Software

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 text functions from SGML use-case

6797Aug 7 2003
I would like to use the substring function which is used in the SGML use-case Q7
<result>
{
FOR $i IN //intro/para[1]
RETURN
<first_letter>{ substring(string($i), 1, 1) }</first_letter>
}
</result>


Oracle implementation of xquery (RELEASE_0.1_020319) does not support this function. Does anybody knows if there is a workaround or if there is a new implementation comming soon?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 4 2003
Added on Aug 7 2003
0 comments
177 views