[MarkLogic Dev General] Syntax errors in oXygen
Shannon
Shiflett at virginia.edu
Wed Aug 27 12:52:32 PDT 2008
Eric, get in line for MarkLogic Server 4.0. Oxygen is validating
against the January 2007 recommendation, whereas MLS 3.2 is using a
May 2003 draft spec. I've simply been ignoring the validation errors
in Oxygen and looking forward to 4.0, because the word on the street
is that they'll finally be up-to-date and in sync.
On Aug 27, 2008, at 3:39 PM, Eric Palmitesta wrote:
> Hello all, first transmission to the mailing list so let me know if
> there are any conventions I'm breaking.
>
> I have oXygen 9.3 (currently using the Academic license) installed
> as a standalone application, and an Eclipse 3.4.0 plugin. In both
> instances, oXygen and MarkLogic don't agree on syntax.
>
> For example, a have a main file which starts off like such...
>
> xquery version "1.0"
> import module namespace display = "blah" at "path/to/blah.xqy"
> display:header()
> ...
>
> MarkLogic executes this file as expected, no errors or warnings.
> Meanwhile, oXygen say there are syntax errors (missing semi-colons
> at the end of the 1st and 2nd lines). If I fix these syntax errors,
> the file looks like such...
>
> xquery version "1.0";
> import module namespace display = "blah" at "path/to/blah.xqy";
> display:header()
> ...
>
> However, upon refreshing this in a browser, MarkLogic tells me "XDMP-
> UNEXPECTED: Unexpected token syntax error, unexpected SemiColon_" on
> lines 1 and 2.
>
> Is there some setting or mode I'm unaware of in oXygen to align it
> with what MarkLogic expects/requires?
>
> Cheers,
>
> Eric
> _______________________________________________
> General mailing list
> General at developer.marklogic.com
> http://xqzone.com/mailman/listinfo/general
__________________________________________________
Shannon Scott Shiflett, programmer/analyst with ROTUNDA,
The University of Virginia Press, Charlottesville, VA USA
http://rotunda.upress.virginia.edu
More information about the General
mailing list