[XQery] problem with the caracter " ' "

Hi,

In Tamino (4.4.1), I wrote this query:


declare default collation 'collation?language=de;strength=secondary' declare namespace tf='http://namespaces.softwareag.com/tamino/TaminoFunction' for $person in (input()/Person[Name[tf:containsText(., '*i''ano*')]])[position() > 0 and position() <= 1000] return $person

I have this error which appears:

  • <ino:message ino:returnvalue=“8599”>
    <ino:messagetext ino:code=“INOXME8599”>Internal error</ino:messagetext>
    ino:messagelinestorare overflow during near operation</ino:messageline>
    </ino:message>

and if I wrote my query like this:
declare default collation ‘collation?language=de;strength=secondary’ declare namespace tf=‘http://namespaces.softwareag.com/tamino/TaminoFunction’ for $person in (input()/Person[Name[tf:containsText(., ‘i’'anon’)]])[position() > 0 and position() <= 1000] return $person

[code]

I have no error.

Is someone know with the caracter " ’ ", there is a special condition to do or there is mininum caracter to put in a condition or anyway and how I can resolve this problem?

thank for you help!

C

Nobody has an idea about how we must treat special caracter in xquery or where I can find some help about this!

Thank you for your help!

C

the point is that I cannot reproduce the error