I have applied Patrick's Javadoc patch with a few changes. I change the nested elements from
<groups> to <group> <links> to <link> <linkofflines> to <link offline="yes"> This seems a little clearer to me since each element only describes a single link or group. I know Patrick wanted to distinguish the nested element from the attribute but I think it is still clear. Combining the two link types into a single element seemed logical and makes it easy to change from the offline form to the online form. I also added support for multiple source paths. To do this I added my PathTokenizer object which I have previously discussed. Let me know if there are any issues. Conor
