Re: Calabash error with p:unwrap? Unwrapping the input's root element doesn't generate an error

2009/5/9 Costello, Roger L. wrote:

  Hi,

>    This step produces a single document;
>    if the document element is unwrapped,
>    the result might not be well-formed XML.

  If I am right, this sentence is because the result can
contain several elements, PIs and even text nodes.  That does
not match the definition of a well-formed XML document.  But
that matches the definition of a well-formed external parsed
entity <http://www.w3.org/TR/REC-xml/#wf-entities> if I am
right:

    [78]  extParsedEnt  ::=  TextDecl? content

  Maybe it would be worth adding this precision to the spec?

  BTW, that correspond to the definition of document node in
XDM <http://www.w3.org/TR/xpath-datamodel/#DocumentNode>.  I
am surprised to see that XProc bases its datamodel directly on
Infoset instead of using the higher level abstraction defined
in XDM (based itself on Infoset, oriented to XML processing
tools.)  Is there any particular reason behind that decision?

  As the spec says:

    This step produces a single document; [...] the result
    might not be well-formed XML.

and a document is defined as a well-formed document as defined
in Infoset, the processor should throw an error in order to be
conformant if I am right.

  Regards,

-- 
Florent Georges
http://www.fgeorges.org/

Received on Sunday, 10 May 2009 12:53:27 UTC