Im new to this forum and the programming language that im currently using is java. And i think i might need some help, advice here, and hope this is the correct place for me to post my question. If certain question i ask are not supposed to be posted here, do let me know then. Thanks.
I've tried the example i found on the net regarding reading xml file in java, and now my question is, my xml file has a listing of the files path, how am i going to access every single file specified inside the xml, with the basedir? Once i get the full path of the file, how am i going to read the content of the file so that i can get the information that i need?
From what i observe from the examples, they use sax or document builder to read the xml file, which method is more encouraged?