Re: Proposed resolution of issue 101: relationship between header and body blocks

Jean-Jacques' example:
>  <envelope>
>    <header>
>      <xx:user
>          href="#example.org"
>          actor="next"><name>fred</name></xx:user>
>      <yy:company
>          mU="true"
>          id="example.org"
>          actor="none"><name>Example Org</name></yy:company>
>    </header>
>    <body>...</>
>  </envelope>

Jacek:
  You've said that the encoding rules are separate from
the processing model rules - however, doesn't it seem
in consistent to say that for encoding (issue 171) we
should ignore the attributes on the 1st header, but for
the processing model we should NOT ignore them and instead
ignore the attributes on the 2nd header?  I would prefer
a more consistent design.

-Dug

Received on Monday, 26 November 2001 15:58:42 UTC