XLSForm returns different warnings windows vs web

What is the problem? Please be detailed.
I use the XLSForm for windows and convert xml form and receive the message: Conversion complete!, however in the XLSForm web version receive more warnings

What ODK tool and version are you using? And on what device and operating system version?
I use xlsform v0.9.22 rev 1.4.6

What steps can we take to reproduce the problem?
Use a xml with choices error for example in the colum "name" use spaces: mi choice response

What you have you tried to fix the problem?

Anything else we should know or have? If you have a test form or screenshots or logs, attach here.

Add a screenshot

Hmm, I can't recreate your problem, at least in pyxform 0.9.24. I submitted a form with the same minor issue and got the following, which seems to be as expected:

Maybe if you upgrade to .24 or if you upload the form you're having trouble with we can troubleshoot it further.

The version of pyxform (the underlying library that does the XLSForm conversion) that runs on the http://opendatakit.org/xiframe is different than the version that runs in xlsform.exe (a.k.a XLSForm for Windows). That's why you are seeing the different warnings and that's why @issa can't reproduce it.

If you want to use the latest version of pyxform on Windows, you can download XLSForm for Windows v1.4.7. Or if you are comfortable with the command line, can also install pyxform from source.

@Ukanga and @ln are working on a release of pyxform and once that's done, we'll update all the tools that use pyxform.

As a bonus, I have a version of the xlsform-server that I'm hoping to pretty it up and deploy at http://xlsform.opendatakit.org. I need to add logging, HTTPS support, and clean up the UI. I'd love help with that effort if anyone is interested. I've put the remaining issues here.