ilovejava 0 Junior Poster in Training

So I want to parse a .dae collada file which is stored xml. Now to parse the file should I use the SAX or DOM parser. THe file size of the collada file ranges from 200kb-40mb files.

Is the file too large for a DOM parser?