references.scheme=list('OGC:WMS','OGC:WFS','OGC:SLD')
references.value=list(strConcat('${url.wms}?service=WMS&request=GetMap&layers=',prefixedName),strConcat('${url.wfs}?service=WFS&request=GetMap&layers=', prefixedName),if_then_else(isNull("metadata.sld_reference"), 'https://urbanisme.irisnet.be/cartographie/brugis', "metadata.sld_reference"))
Which creates this in the records returned:
...
<dct:references scheme="OGC:WMS">http://10.128.81.203:8080/geoserver/wms?service=WMS&version=1.3.0&request=GetMap&layers=PERSPECTIVE_FR:EDRLR</dct:references>
<dct:references scheme="OGC:WFS">http://10.128.81.203:8080/geoserver/wfs?service=WFS&version=2.0.0&request=GetMap&layers=PERSPECTIVE_FR:EDRLR</dct:references>
<dct:references scheme="OGC:SLD">http://10.128.81.203:8080/geoserver/rest/styles/EDRLR_alternative.json</dct:references>
...
and I'm searching how I can have the three references tags shown with the metadata template (setting ${references} gives me only the first one, not the three...).
Thanks already for your advices and help :-)
All the best,
Greg