- From: Jeni Tennison <jeni@jenitennison.com>
- Date: Sun, 25 Mar 2007 10:15:25 +0100
- To: Innovimax SARL <innovimax@gmail.com>
- CC: public-xml-processing-model-wg@w3.org
Mohamed,
> I was speaking of type in the result document
>
> <r:result xmlns:r="some-result-namespace">11</r:result>
Do you mean indicating that the type of the value of the <r:result>
element is an integer? The right way of doing this would be:
<r:result xmlns:r="some-result-namespace"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="xs:integer">11</r:result>
Jeni
--
Jeni Tennison
http://www.jenitennison.com
Received on Sunday, 25 March 2007 09:15:37 UTC