That looks reasonable, maybe splitting the version number into its
constituent parts would make comparisons easier but that could also be done
in the actual comparison code and you have no guarantee that all version
numbers follow the same format. (Or perhaps you do as it's your app.)

Signature
Joe Fawcett (MVP - XML)
http://joe.fawcett.name
>I am implementing a very simple check routine that goes to my website and
> reads an XML file.
[quoted text clipped - 34 lines]
>
> AGP
AGP - 24 Oct 2007 04:28 GMT
thanks for the input. i do the version checking in code and i will attempt
to cover all formats of version numbers. so it should work regardless
if i write 1 or 1.2 or 1.3.5.7.
AGP
> That looks reasonable, maybe splitting the version number into its
> constituent parts would make comparisons easier but that could also be
[quoted text clipped - 41 lines]
>>
>> AGP