Re: XMLDouble

2003-01-06 Thread Gareth Reakes
> >>Dear Friends, > >> > >>Straight to the point: What is exactly the purpose of the XMLDouble > >>class? Since in DOM everything needs to be explicitly converted to > >>XMLCh* I don't see what this is supposed to do. What am

Re: XMLDouble

2003-01-06 Thread Leo Lopes
5 Jan 2003, Leo Lopes wrote: Dear Friends, Straight to the point: What is exactly the purpose of the XMLDouble class? Since in DOM everything needs to be explicitly converted to XMLCh* I don't see what this is supposed to do. What am I missing?

Re: XMLDouble

2003-01-06 Thread Gareth Reakes
Hi, It is used for schema validation. Check out DoubleDatatypeValidator. Gareth On Sun, 5 Jan 2003, Leo Lopes wrote: > Dear Friends, > > Straight to the point: What is exactly the purpose of the XMLDouble > class? Since in DOM everything needs to be explicitly

XMLDouble

2003-01-05 Thread Leo Lopes
Dear Friends, Straight to the point: What is exactly the purpose of the XMLDouble class? Since in DOM everything needs to be explicitly converted to XMLCh* I don't see what this is supposed to do. What am I missing? Thx