Hi Eelco, Indeed it would be good to use the native XML properties loading on 1.5. And on 1.4, do you think it's OK to use DOM? We could as well use our pseudo-Stax parser for maximal efficiency.
We could if it is worth it. However, I stayed as close to the SUN code as possible (without cloning code I didn't need), so performance wise there is no difference with this implementation or SUN's. Eelco
