Dim str as string = "<request id=value1 type=value2>value3</request>"
How could select the values as follows...
Dim id as string = get the value of id (value1)
Dim type as string = get the value of type (value 2)
Dim ReadValue3 as string = get the value3