what If my xml is as below :
<?xml version="1.0" encoding="UTF-8"?>
<session>
<session_Id>124364</session_Id>
</session>
how do I read session_Id ?
as the xml tag has an underscore , it throws an error always.
- Log in to post comments
what If my xml is as below :
<?xml version="1.0" encoding="UTF-8"?>
<session>
<session_Id>124364</session_Id>
</session>
how do I read session_Id ?
as the xml tag has an underscore , it throws an error always.