- From: Alessandro Vernet <avernet@orbeon.com>
- Date: Wed, 31 Jan 2007 17:29:40 -0800
- To: public-xml-processing-model-wg <public-xml-processing-model-wg@w3.org>
On 1/31/07, Alex Milowski <alex@milowski.org> wrote: > <c:data type="mime-type">data...</c:data> We have something similar in XPL, but use 2 attributes: one for the content type and one for the encoding. So you could have: <document xsi:type="xs:string" content-type="text/plain">... But you could imagine a components that take this text and charset, serializes the text according to the charset and returns a: <document xsi:type="xs:base64Binary" content-type="text/plain">... Reference: http://www.orbeon.com/ops/doc/reference-formats Like Norm said, this could be left for a next version. Alex -- Orbeon Forms - Web Forms for the Enterprise, Done the Right Way http://www.orbeon.com/
Received on Thursday, 1 February 2007 01:29:57 UTC