Click here to Skip to main content
15,888,803 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I tried getting the value of a single node from xmldocument but it is not getting loaded i can see the innerxml but i cannot get the particular node and I need jsessionid from this response how to do it


XML
<?xml version="1.0" encoding="UTF-8"?>
<login-response
  xsi:schemaLocation="http://xml-schemas.bcbsil.com/b2b/b2b.xsd b2b/b2b.xsd"
  xmlns="http://xml-schemas.bcbsil.com/b2b/b2b.xsd"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <response-header
    status="OK" audit-id="LOGIN"/>
    <login-data session-token=";jsessionid=0000nVG0vvqKqLQwaYLuNRJnnku:12vbdkshu"/>
</login-response>


I need the jsessionId from this xml pl help me
Posted
Updated 15-Dec-11 6:40am
v2

1 solution

Try this :

XML File Parsing in VB.NET[^]

hope it helps :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900