Reply to thread

No xml schema does not work... main issue is that the node 'control' has different children depending upon the value of 'type'. XML schema does not offer support for that.

so I read each node and simply decide what to do with it. I ignore upper/lower-case since I could not find anything about the intended correct spelling.


Back to OpenSource: to create a project in SourceForge you don't have to upload actual source-code. Providing only parts of the code does not make sense since it would not compile/run. Providing all sources is not possible since I use several bought components which allow me to freely distribute the ready product but don't allow me giving other users access to their API (which I would do with the source-code since it contains my private license key).


Top Bottom