Stream: IG creation
Topic: Error handling mapping.url with queryString
Alexander Henket (Feb 14 2020 at 12:21):
I have certain StructureDefinition.mapping elements like this:
<mapping> <identity value="art-decor-eafspraak" /> <uri value="https://decor.nictiz.nl/art-decor/decor-datasets--eafspraken-?id=2.16.840.1.113883.2.4.3.11.60.61.1.1&effectiveDate=2017-08-01T00:00:00&language=nl-NL" /> <name value="ART-DECOR Dataset eAfspraak" /> </mapping>
The IG Publisher forgets to use the correct entities and then reports:
Internal error in location for message: 'Error in ?? at 1, 1: Found / expecting a token name', loc = '/Users/ahenket/Development/GitHub/Nictiz/sample-ig-master/output/StructureDefinition-eAfspraak-Slot-', err = 'unable to parse character reference 'effectiveDate=2017-08-01T00:00:00&language=nl-NL)</h3><table cl'
This seems easy to fix?
Grahame Grieve (Feb 15 2020 at 02:38):
I'm sure it's not that easy :-( that's got something to do with escaping wrongly somewhere
Grahame Grieve (Feb 16 2020 at 11:14):
fix next release
Last updated: Apr 12 2022 at 19:14 UTC