U
UJ
I have an XML file that will be downloaded from our server to clients. This
file will list the current versions of the software and if any of them are
newer than what the client has, it will update them. Got the XML file
created, got the download working. My question is what's the easiest way to
read in the XML and then process it. I know I can walk through it after
loading it but that seems like a waste - plus if the data is not in a
specific order could screw me up.
I've create a schema for the data through the XML Designer but don't know
what to do with it...
Any help would be appreciated.
Jeff.
file will list the current versions of the software and if any of them are
newer than what the client has, it will update them. Got the XML file
created, got the download working. My question is what's the easiest way to
read in the XML and then process it. I know I can walk through it after
loading it but that seems like a waste - plus if the data is not in a
specific order could screw me up.
I've create a schema for the data through the XML Designer but don't know
what to do with it...
Any help would be appreciated.
Jeff.