I downloaded the build 4860.
I ran the tests and now seems to work, reading and returning the tags and values in the xml file.
I found other problems:
1) The Close () method no longer exists
2) the tag names are returned with unwanted spaces, which are not contained in the xml file. Needless to say, this would result in the execution of a Trim () of the strings, with consequent additional work.
I'm sorry for all this work, but I think it advisable to fix the library, to make it fully functional.