qexo-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qexo-general] problem with document{} constructor


From: Per Bothner
Subject: Re: [Qexo-general] problem with document{} constructor
Date: Fri, 09 Apr 2004 14:51:33 -0700
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.6) Gecko/20040113

Daniel Mahler wrote:

document does not seem to handle the usual xml declaration
and/or doctype declaration at the beginning of the document ie:

bash-2.04$ qexo -e 'document {<?xml version="1.0" encoding="UTF-8" 
standalone="yes"?><x/>}'
<string>:1:12: missing NameSpec

There is no specific XQuery syntax for "xml declaration", however
The <?xml ....?> syntax should parse as a "processing instruction".
However, processing instructions aren't implemented in Qexo yet.
--
        --Per Bothner
address@hidden   http://per.bothner.com/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]