I have two files

File 1 contents:
0908070605040302

File 2 contents:
<SOME_NUMBER>8</SOME_NUMBER>
<SOME_TYPE1>2</SOME_TYPE1>
<SOME_TYPE2>2</SOME_TYPE2>
<SOME_REVISION>2</SOME_REVISION>
<SOME_CODE>2</SOME_CODE>

i wanna write a windows form app in C# express edition to display the following on a windows form

Labels textboxes
----------------- --------------
Some Number 09080706
Some type1 05
Some type2 04
Some revision 03
Some Code 02