On Tue, 2006-09-26 at 22:18 +0200, Paul Melis wrote: > Just curious: why is there a collada-specific dom library in the first > place? As collada is xml wouldn't the standard DOM specification (and > all libraries that support it) suffice?
The COLALDA DOM is a bit higher level is all. Its development began as a research project for API automation from an XML Schema language schema document. The COLLADA DOM implements schema-aware marshalling of the text data, URI resolution, and has a COLLADA schema-centric API. Yes you can use standard W3C DOM based tools as well, especially if you want to work with the documents at a lower level then the COLLADA DOM (it uses libxml2). Regards, Marcus -- Mark Barnes COLLADA Project Lead, tel:+1.650.655.7342 Sony Computer Entertainment America http://research.scea.com _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
