Quote:
|
XML is common, and INI files are still used too. Honestly, it doesn't matter which one you use since they're both text. If the language has a specific facility for reading and parsing XML, it may be faster than using an INI file, though a language may also have built-in support for reading and parsing an INI file too.
|
I haven't used any XML reader before lol.. that's why I still prefer to read it by ASCII.. but I think I should try that out

I think Java has XML parser or something like that. I can pretty much assume that C# also has it since they're both really similar.