I am trying to create a GUI interface for user login in java swing. I am trying to store my data in an Xml file and I need to access it from java and check if the user name and password entered in the GUI matches with any of the given user details in the xml data. If it matches they are given access to the next level.
I am trying to use SAX parser for accessing the Xml file . I am unable to understand how the SAX parser works and how it can be used for matching with the input from the GUI.
Please help. Thanks for all your help in advance.