Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
XMLFix.h File Reference

Go to the source code of this file.

Functions

void FixBrokenXML (const char *text, const char **out, size_t *outSize)
 Fixes some errors in COLLADA XML files that would otherwise prevent FCollada from loading them successfully. More...
 

Function Documentation

void FixBrokenXML ( const char *  text,
const char **  out,
size_t *  outSize 
)

Fixes some errors in COLLADA XML files that would otherwise prevent FCollada from loading them successfully.

'out' is either a new XML document, which must be freed with xmlFree; otherwise it is equal to 'text' if no changes were made.

Definition at line 164 of file XMLFix.cpp.