Hi Remy, 2009/12/22 qw qwe <[email protected]>
> > I would like to reuse the xml parser in my scripts. I manage to load tsk > files using XMLReader.read, I get the subjects in tasks, categories and > notes. > Now, I'm wondering how to read descriptions and other information. Could > you give me some directions ? > The tasks, categories and notes contain all the information that's in the task file after invoking XMLReader.read(). Try print tasks[0].description() in your code, after reading witth XMLReader.read() Cheers, Frank
