Interview Question in Asp.net 2.0
Interview Question :: How can I retrieve the value of a particular xml node using vb script and asp.net 2.0 |
If I have the following XML file:
<?xml version="1.0" encoding="iso-8859-1" ?>
<Settings>
- <update>
<software>program 1</software>
<version>01/31/08</version>
</update>
<update>
<software>program 2</software>
<version>02/02/08</version>
</update>
<update>
<software>program 3</software>
<version>03/01/08</version>
</update>
</Settings>
What VB script can I use to return on an asp.net 2.0 page The version of "Program 2" (I should see 02/02/08).
Any help would be greatly appreciated. Many Thanks! |
|
|
|

Loading ...