Hallo,
as far as I know a query like /person[age=“24”] yields to the same result as /person[age=24] because Tamino converts it to the right type.
Is it possible to specify that this should cause an error instead to achieve some type safety?
Thanks in advance,
Pascal Sch
Hi,
There is no way to enforce type checking in xql (x-query). If you need to state type-safe queries you should really think about using Tamino XQuery.
Best regards,
Thorsten Fiebig