Re: Standard components

On 3/25/07, Jeni Tennison <jeni@jenitennison.com> wrote:
> 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>

Yes, I was thinking of something more compact, but you might to be
right, that we shouldn't reinvent the wheel


>
> Jeni
> --
> Jeni Tennison
> http://www.jenitennison.com
>


-- 
Innovimax SARL
Consulting, Training & XML Development
9, impasse des Orteaux
75020 Paris
Tel : +33 8 72 475787
Fax : +33 1 4356 1746
http://www.innovimax.fr
RCS Paris 488.018.631
SARL au capital de 10.000 €

Received on Sunday, 25 March 2007 09:50:39 UTC