matthewtbaker
Technical User
Hi,
I've been searching high a low for a clear solution but cannot find one, so hope you can help me understand what I should do.
I have an xml file called mymovie.xml (below) which I want to load and pick out certain attributes. I then want to output the values into named labels (lblLocalTitle, lblProductionYear etc.) when btnInfo is clicked.
Any help on how to load and pick out the required values will be very much appreciated!
Best Regards
Matthew T. Baker
<?xml version="1.0"?>
<Title>
<LocalTitle>Anchorman</LocalTitle>
<ProductionYear>2004</ProductionYear>
<RunningTime>94</RunningTime>
<Type>Blu-ray</Type>
</Title>
I've been searching high a low for a clear solution but cannot find one, so hope you can help me understand what I should do.
I have an xml file called mymovie.xml (below) which I want to load and pick out certain attributes. I then want to output the values into named labels (lblLocalTitle, lblProductionYear etc.) when btnInfo is clicked.
Any help on how to load and pick out the required values will be very much appreciated!
Best Regards
Matthew T. Baker
<?xml version="1.0"?>
<Title>
<LocalTitle>Anchorman</LocalTitle>
<ProductionYear>2004</ProductionYear>
<RunningTime>94</RunningTime>
<Type>Blu-ray</Type>
</Title>