load_schemas_from_internet property
Leave feedback
On this page
The property determines whether conversion is allowed to load XML schemas from the Internet.
If set to False, schemas with absolute URIs that do not start with ‘file://’ will not be loaded. Default is False.
@property
def load_schemas_from_internet(self):
...
@load_schemas_from_internet.setter
def load_schemas_from_internet(self, value):
...
- class
GmlLoadOptions
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.