I have an application which has an xml file. This xml file is serialized with the content in which it comes from a variable of a web page.
What I need to do now is get the value of each of the elements in this xml file and compare them in an if.
The goal is that if the username and password are the same as those in the xml file and thus be able to validate the user.
How can I do this?
Thanks