Need a few more testers to try C++ XML Library.
-
NOTE: I posted this on the 26th and received a great response in the form of e-mails from potential testers. However, I need roughly 4 more. The Developer Test Release comes with full documentation and source code, and weighs in at 68 Kilobytes (zipped). I'm looking for any C++ developers interested in testing a new XML library focusing on a simplistic public interface. Developers of almost any skill are welcome to submit a request. Either e-mail me directly or leave a message along with your e-mail address in this topic. A lot of people have expressed a great interest in the project, and I along with them, believe it'll create a massive impact in the world of Open Source. Just send the e-mails to skonen@gmail.com . Anybody who is interested in giving it a try needs to be proficient in English and have no fear with expressing their opinions.
-
NOTE: I posted this on the 26th and received a great response in the form of e-mails from potential testers. However, I need roughly 4 more. The Developer Test Release comes with full documentation and source code, and weighs in at 68 Kilobytes (zipped). I'm looking for any C++ developers interested in testing a new XML library focusing on a simplistic public interface. Developers of almost any skill are welcome to submit a request. Either e-mail me directly or leave a message along with your e-mail address in this topic. A lot of people have expressed a great interest in the project, and I along with them, believe it'll create a massive impact in the world of Open Source. Just send the e-mails to skonen@gmail.com . Anybody who is interested in giving it a try needs to be proficient in English and have no fear with expressing their opinions.
If it will work on Windows CE 3.0, we definitely could use it! Tom Archer Visual C++ MVP
-
NOTE: I posted this on the 26th and received a great response in the form of e-mails from potential testers. However, I need roughly 4 more. The Developer Test Release comes with full documentation and source code, and weighs in at 68 Kilobytes (zipped). I'm looking for any C++ developers interested in testing a new XML library focusing on a simplistic public interface. Developers of almost any skill are welcome to submit a request. Either e-mail me directly or leave a message along with your e-mail address in this topic. A lot of people have expressed a great interest in the project, and I along with them, believe it'll create a massive impact in the world of Open Source. Just send the e-mails to skonen@gmail.com . Anybody who is interested in giving it a try needs to be proficient in English and have no fear with expressing their opinions.
I'll give it a try.
:suss: Pssst. You see that little light on your monitor? That's actually a government installed spy camera. Smile and wave to big brother!
-
NOTE: I posted this on the 26th and received a great response in the form of e-mails from potential testers. However, I need roughly 4 more. The Developer Test Release comes with full documentation and source code, and weighs in at 68 Kilobytes (zipped). I'm looking for any C++ developers interested in testing a new XML library focusing on a simplistic public interface. Developers of almost any skill are welcome to submit a request. Either e-mail me directly or leave a message along with your e-mail address in this topic. A lot of people have expressed a great interest in the project, and I along with them, believe it'll create a massive impact in the world of Open Source. Just send the e-mails to skonen@gmail.com . Anybody who is interested in giving it a try needs to be proficient in English and have no fear with expressing their opinions.
Me Too:)
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta
-
NOTE: I posted this on the 26th and received a great response in the form of e-mails from potential testers. However, I need roughly 4 more. The Developer Test Release comes with full documentation and source code, and weighs in at 68 Kilobytes (zipped). I'm looking for any C++ developers interested in testing a new XML library focusing on a simplistic public interface. Developers of almost any skill are welcome to submit a request. Either e-mail me directly or leave a message along with your e-mail address in this topic. A lot of people have expressed a great interest in the project, and I along with them, believe it'll create a massive impact in the world of Open Source. Just send the e-mails to skonen@gmail.com . Anybody who is interested in giving it a try needs to be proficient in English and have no fear with expressing their opinions.
For some reason, I can't send you e-mails, so I'll put my comments down here.
XML Dev ------- Comments... - make the DevNotice.txt file wrap to ~80 columns [LoadDocument] - doesn't support the necessary character encodings: See http://www.w3.org/TR/2004/REC-xml-20040204/#charencoding for info - doesn't detect the appropriate file encoding: http://www.w3.org/TR/2004/REC-xml-20040204/#sec-guessing-no-ext-info - at a minimum, you should be able to load all of the sample files on this page: http://www.schaake.nu/index.php?page=/manuals/encoding.xml - since you're trying to make this OS independant, you could use: http://www.unicode.org/Public/PROGRAMS/CVTUTF/ for your conversion code between utf-8/utf-16. [Other Stuff] Bug: Failure to check for empty/all spaces/invalid tag/attribute names. It's a problem with SetAttribute, AddChild, etc. i.e. pRoot->SetAttribute(_T(""), _T("a")); is allowed. pRoot->AddChild(_T(" ")) is allowed. - how do you set the XML declaration? (i.e. <?xml version="1.0" encoding="utf-8"?> ) - I question the use of the text mappings. What's important is that you can handle reading Unicode files in an ANSI build, and vice versa. I would just store all the XML data using wchar_t/std::wstring. utf-8 files could be converted to ucs-2, and passed to the XML object. utf-16 files could be passed directly to the XML object. - Usage seems fairly logical and simple from the stuff I tried - Help file layout is very good. The only thing I don't like is lack of padding on the top and bottom of text in the gray boxes
:suss: Pssst. You see that little light on your monitor? That's actually a government installed spy camera. Smile and wave to big brother!
-
NOTE: I posted this on the 26th and received a great response in the form of e-mails from potential testers. However, I need roughly 4 more. The Developer Test Release comes with full documentation and source code, and weighs in at 68 Kilobytes (zipped). I'm looking for any C++ developers interested in testing a new XML library focusing on a simplistic public interface. Developers of almost any skill are welcome to submit a request. Either e-mail me directly or leave a message along with your e-mail address in this topic. A lot of people have expressed a great interest in the project, and I along with them, believe it'll create a massive impact in the world of Open Source. Just send the e-mails to skonen@gmail.com . Anybody who is interested in giving it a try needs to be proficient in English and have no fear with expressing their opinions.
-
NOTE: I posted this on the 26th and received a great response in the form of e-mails from potential testers. However, I need roughly 4 more. The Developer Test Release comes with full documentation and source code, and weighs in at 68 Kilobytes (zipped). I'm looking for any C++ developers interested in testing a new XML library focusing on a simplistic public interface. Developers of almost any skill are welcome to submit a request. Either e-mail me directly or leave a message along with your e-mail address in this topic. A lot of people have expressed a great interest in the project, and I along with them, believe it'll create a massive impact in the world of Open Source. Just send the e-mails to skonen@gmail.com . Anybody who is interested in giving it a try needs to be proficient in English and have no fear with expressing their opinions.
There are still a few more of you I need to e-mail the developer release to. I apologize for the delay but I've been rather busy working with Jack's suggestions. I am proud to say I have completed support for the standard encoding types and the conversion process is completely transparent to the developer using the class. As for my GMail account not receiving every message lately, I'm not entirely sure about what is or isn't causing it. I can only hope it has nothing to do with my Google article which introduces a new class to avoid the official Google API. I'll be sending the new and improved developer release to all of you very soon.