Davide Brunato
Davide Brunato
Ok, maybe better to abandon regex for extracting schemaLocation list from text and use an iteration on ElementTree structure instead. For the next bugfix release. thank you
> @AmeyaVS: I will not change schema export for downloading skipped schemas like the case of _xml.xsd_, but in the next minor release I will add a new API `download_schemas()`...
Now the changes are published. Try the updated code and report other problems eventually, or close the issue. Thank you
Hi, I didn't find cited global type and group in linked [OpenScenario.xsd](https://github.com/carla-simulator/scenario_runner/blob/master/srunner/openscenario/OpenSCENARIO.xsd) so I've created a sample schema and prepared a test for it: ```python def test_model_group_composition_in_a_sequence__issue_384(self): schema = XMLSchema(dedent("""\...
About the **issue 1**: each distinct element that is found by the path expression a child in a content of a global `xs:complexType` definition (except in one case), so has...
Ok, i will for the next minor version ... seems simple but I haven't tried test cases yet. If you want to make a PR add a module in `xmlschema.converters`...
After checking http://code.google.com/apis/gdata/docs/json.html the GData convention seems not to be so similar to Badgerfish, so better to derive it from the default converter. There is other relevant source of information...
The `GDataConverter` is available with release v3.1.0. The new converter is a subclass of the default converter. Similarities with BadgerFishConverter are many but there are differences on mapping the namespaces,...
Hi @businka, have you tried the `GDataConverter`? Does it work as expected?
I close this assuming that _GDataConverter_ works as exptected, reopen if it's not.