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.comReceived on Sunday, 25 March 2007 09:15:37 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 8 January 2008 14:21:50 GMT