- From: Florent Georges <fgeorges@fgeorges.org>
- Date: Sun, 18 Jan 2009 20:44:37 +0100
- To: XProc Comments <public-xml-processing-model-comments@w3.org>
Hi,
If I understand correctly the following sentence (from the current
CR at http://www.w3.org/TR/xproc/#cv.multipart, in 7.1.10.2 Request
Entity body conversion):
Each multipart body is represented by a c:body preceded by some
number of c:header elements. These preceding headers associated
with the body part in the multipart message.
it corresponds to the content model:
<c:multipart
content-type? = string
boundary = string>
(c:header*,
c:body)+
</c:multipart>
but is defined as (note the missing parens):
<c:multipart
content-type? = string
boundary = string>
c:header*,
c:body+
</c:multipart>
Have I missed something?
Regards,
--
Florent Georges
http://www.fgeorges.org/
Received on Sunday, 18 January 2009 19:45:20 UTC