I have a list of xml examples that I would like to include in schemas (xsd files). Exactly what the trang tool does (http://www.thaiopensource.com/relaxng/trang.html). I don't like calling trang from my script (doing os.system('java -jar trang...')) - is there a python package that I can use instead?
source
share