Open GoogleCodeExporter opened 8 years ago
Similar problem occurs for
<xs:choice minOccurs="0" maxOccurs="unbounded">
if ( validationData->translate == 0 && validationData->rotate == 0 ) // no
child present
if ( handleError ( ParserError::SEVERITY_ERROR_NONCRITICAL, ParserError::ERROR_VALIDATION_CHOICE_NO_CHILD_PRESENT, HASH_ELEMENT_FRAME_ORIGIN, (const ParserChar*)0, 0 ) )
return false;
in ColladaParserAutoGen15Private::_validateEnd__frame_origin
Original comment by opencollada2@googlemail.com
on 18 Jan 2011 at 11:44
Original comment by opencollada2@googlemail.com
on 26 Jan 2011 at 8:32
Original issue reported on code.google.com by
opencollada2@googlemail.com
on 17 Jan 2011 at 11:20