On 2/14/2014 11:23, Dmitry Timoshkov wrote:
This patch allows to successfully parse pretty complex XML task definitions.
Please apply after other xmllite fixes.
I think it's fine to relax a check here as you did if it really helps. Same applies to other patches. My main problem with all of that is that whole reader code needs to be revised and partially rewritten at some point (better sooner than later), to properly support chunked reads and corresponding state updates. Looking at it now I don't actually like the way I did it, it's not easily extensible and not very clean.
Do you plan to add more code to xmllite itself or what we have is enough for taskschd so far?
Nikolay Sivov bunglehead@gmail.com wrote:
Do you plan to add more code to xmllite itself or what we have is enough for taskschd so far?
With currectly sent fixes for xmllite I was able to successfully parse pretty complex XML task definitions imported using Tasks Scheduler UI from Windows7. At some point I will also need to generate XML task defs, and I haven't tested that xmllite functionality yet. As long as I don't find other bugs in xmllite I have no plans to spend more time on it.