These tests involve namespace documents or absolute links so running them offline involves some caching or something.
See part 1 for more details.
Also, wouldn't we have a problem if:
?D has namespaces[profiles] ?NS and ?NSS ?NS has namespace ?NSSThe program first visits ?NS from ?D, and puts ?NS on the already list. Then, immediately, program visits ?NSS from ?NS, and puts ?NSS on the already list. When the program returns back to ?D, and continues to get namespaces, this time it gets ?NSS, but ?NSS is in the already list from earlier, so it doesn't visit ?NSS from ?D.
Nov 9, 2006, at 4:49 PM, Gokhan Soydan