Oxygen 8.2 XQuery error "Prefix xdt has not been declar

Here should go questions about transforming XML with XSLT and FOP.
msqr
Posts: 15
Joined: Thu May 19, 2005 8:19 pm

Oxygen 8.2 XQuery error "Prefix xdt has not been declar

Post by msqr »

I've upgraded to Oxygen 8.2 from 8.1, and when I open some XQuery files I now get errors flagged like this:

[Saxon8B XQuery] XQuery syntax error in #...thDuration("P1M") return if#: Prefix xdt has not been declared

Is this correct? I thought "xdt" is a built-in namespace prefix.
msqr
Posts: 15
Joined: Thu May 19, 2005 8:19 pm

Post by msqr »

I also validated that if I use Oxygen 8.1 I don't get this error reported on these XQuery files.
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

Hello,

oXygen 8.2 comes with Saxon 8.9.0.3 which supports the final XQuery specification in which the namespace prefix was changed from xdt: to xs:.


Regards,
Sorin
Post Reply