- From: Erik Bruchez <ebruchez@orbeon.com>
- Date: Wed, 9 Jul 2008 15:03:13 -0700
- To: "public-forms (new)" <public-forms@w3.org>
All, I notice that the definition of the @mediatype attribute talks about *XML serialization* only. I suppose that the current working is not intentional. It seems to me that this restriction is undesirable and that this attribute should work with other serializations. The clear rationale is that @method implies a default serialization; @serialization implies a default mediatype; and @mediatype can be used to override that. It does not seem that this should be restricted to XML serializations. Practically, in our implementation, we have something like: final String actualRequestMediatype = (mediatypeAttribute == null) ? defaultMediatypeForSerialization : mediatypeAttribute; -Erik -- Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.com/
Received on Wednesday, 9 July 2008 22:04:17 UTC