it takes quite a long time to load a 'big' file using DOM?

Hi,

I’m implementing a converter from Collada to my own format using DOM.

Everything goes well until one day I trid to load a much big file. It takes me quite a long time(about 1 or 2 mins) to load it. I traced my program and find it spent most of the time to resolveAll().

Is there any idea to load it faster?

Thanks!

This is a good question to ask over at the COLLADA DOM project help forum.

http://sourceforge.net/forum/forum.php?forum_id=531264