--- collada.orig.py 2008-07-27 01:32:35.094145800 +0900 +++ collada.py 2008-07-27 00:49:28.238145800 +0900 @@ -1171,6 +1171,7 @@ # Get transforms xmlUtils.RemoveWhiteSpaceNode(xmlNode) + xmlUtils.RemoveComments(xmlNode) child = xmlNode.firstChild while child != None: name = child.localName