-
Notifications
You must be signed in to change notification settings - Fork 23
SDMX DSD parsing - only codelists within DSD #358
Copy link
Copy link
Open
Labels
inputInput from a formatInput from a format
Description
Right now when SDMX DSD files are parsed for codelists, they are being pulled from the entire SDMX message. However sometimes DSDs are contained within SDMX messages that have other codelists. So, the xpath query that targets the codelists needs to be more specific so that it only gets things inside the DSD.
It is also possible that SDMX messages may contain multiple DSDs. But, we do not need to support this. We should just throw an exception when this is the case. The user will need to correct this.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
inputInput from a formatInput from a format