Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | QXmlSchema internals: include/import/redefine schemas only once | Peter Hartmann | 2010-03-08 | 1 | -0/+4 |
According to the Schema standard, loading a schema needs only be done once for each schema location. Currently, there was a problem with indirect includes (and imports/redefines): a In this scenario, schema a would only remember to have loaded / \ b, but not d, which resulted in an error when c was loading d b c again and the types in d were redefined. | | d d Reviewed-by: Tobias Koenig <tokoe@kde.org> Task-number: QTBUG-8394 |