Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Need a few more testers to try C++ XML Library.

Need a few more testers to try C++ XML Library.

Scheduled Pinned Locked Moved C / C++ / MFC
c++comtestingbeta-testingxml
7 Posts 5 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Stuart Konen
    wrote on last edited by
    #1

    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.

    T J T G S 6 Replies Last reply
    0
    • S Stuart Konen

      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.

      T Offline
      T Offline
      Tom Archer
      wrote on last edited by
      #2

      If it will work on Windows CE 3.0, we definitely could use it! Tom Archer Visual C++ MVP

      1 Reply Last reply
      0
      • S Stuart Konen

        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.

        J Offline
        J Offline
        Jack Puppy
        wrote on last edited by
        #3

        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!

        1 Reply Last reply
        0
        • S Stuart Konen

          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.

          T Offline
          T Offline
          ThatsAlok
          wrote on last edited by
          #4

          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

          1 Reply Last reply
          0
          • S Stuart Konen

            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.

            J Offline
            J Offline
            Jack Puppy
            wrote on last edited by
            #5

            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!

            1 Reply Last reply
            0
            • S Stuart Konen

              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.

              G Offline
              G Offline
              g3e
              wrote on last edited by
              #6

              I would like to give it a try

              1 Reply Last reply
              0
              • S Stuart Konen

                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.

                S Offline
                S Offline
                Stuart Konen
                wrote on last edited by
                #7

                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.

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups