- From: James Sulak <jsulak@gmail.com>
- Date: Wed, 24 Feb 2010 13:50:17 -0600
- To: Norman Walsh <ndw@nwalsh.com>
- Cc: public-xml-processing-model-comments@w3.org
I think the idea is that that: - @status-only = true means that the only thing returned by the step is a <c:response /> with the status code. - @detailed = false means that no <c:response/> is returned. Instead it returns either the XML document from the response only, or the text response inside a <c:body /> or <c:multipart />. So if you set them that way, you have a contradiction. -James On Wed, Feb 24, 2010 at 1:35 PM, Norman Walsh <ndw@nwalsh.com> wrote: > Why is this an error? > > <c:request method="..." status-only="true" detailed="false"/> > >> It is a dynamic error (err:XC0004) if the status-only attribute has >> the value true and the detailed attribute does not have the value >> true. > > Be seeing you, > norm > > -- > Norman Walsh <ndw@nwalsh.com> | The lasting pleasures of contact with > http://nwalsh.com/ | the natural world are not reserved for > | scientists but are available to anyone > | who will place himself under the > | influence of the earth, sea and sky and > | their amazing life.--Rachel Carson >
Received on Wednesday, 24 February 2010 19:51:10 UTC