beremiz

Added support for loading XML file even if not following XSD schema (but still following XML syntax), warning user of errors in XML file
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")