Re: Standard components

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