Thomas DeWeese wrote:
My best guess is that you are running into a caching issue. The DocumentLoader does cache documents that it has read in the past (although normally this cache is 'cleared' between main document loads). It is mostly present so that if you pull in 50 symbols from the same document we don't reparse that source document 50 times.
Sorry that last sentence made my head spin a bit :)
Say i have a doc loaded for the first time with 10 <g> elements, each with 100 distinct <path> elements, how would this work then ? Why would you have to reparse the source document 50 times?
It is worth noting that this extra loading takes place at the GVT build time.
thanks for the info.
Jorg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]