R
rmakerson3
When I am reading in a section of XML code for example:
<cl>
<cp Name="Bob" Version="1.02" LastUpdate="01/02/2006">
</cl>
Is it possible to read (name, version, lastupdate) dynamically so that
if they change to (userName, userVersion, updated) that I will still be
able to gracefully handle parsing this code.
Thanks,
Rich
<cl>
<cp Name="Bob" Version="1.02" LastUpdate="01/02/2006">
</cl>
Is it possible to read (name, version, lastupdate) dynamically so that
if they change to (userName, userVersion, updated) that I will still be
able to gracefully handle parsing this code.
Thanks,
Rich