hale icon indicating copy to clipboard operation
hale copied to clipboard

Enable loading more than one xml source schema

Open JohannaOtt opened this issue 4 years ago • 4 comments

It currently is not possible to load more than one xml source schema except for creating a combined schema in which all schemas needed for the transformation get imported. This is e.g. necessary when source data is retrieved from several WFS (which will likely get a more frequent use case in the next months and years where data is increasingly published using services).

The implementation could either be to add a function that creates a combined schema that users can then use afterwards or not letting the user know at all about the existance of a combined schema that is created and used in the backgorund.

If it is easy to implement together, it might make sense to implement the same functionality for target schemas - but the source schema use case is definitely occurring more often.

JohannaOtt avatar May 08 '20 08:05 JohannaOtt

@stempler any idea how much effort this would be?

thorsten-reitz avatar Jun 02 '22 07:06 thorsten-reitz

@thorsten-reitz can you describe the use case (where the workaround is not feasible)? It would be helpful to have the requirements clear. To get a clear picture related to the implementation effort best way would be to start an experiment, e.g. to clarify if there are any side effects to replacing the loaded schemas at runtime.

stempler avatar Jun 02 '22 10:06 stempler

@stempler My main use case has also been Johannas ("This is e.g. necessary when source data is retrieved from several WFS"). The woraround works, but can be a lot of work in this case. I've had one project with more than 40 different WFSes a while back.

thorsten-reitz avatar Jun 02 '22 10:06 thorsten-reitz

This issue has been automatically marked as stale because it has not had activity in the last 60 days. It will be closed in two weeks if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar May 12 '24 02:05 github-actions[bot]