Duke icon indicating copy to clipboard operation
Duke copied to clipboard

Supporting <param> with value taken from the child text node

Open marco-brandizi opened this issue 8 years ago • 0 comments

I have a problem in using '<' '>' with the sparql data source:

<sparql>
  <param name = "query" value = "prefix dc: <http://purl.org/dc/elements/1.1/>..." />
 ...
</sparql>

This isn't valid in XML and in fact it yields an error. HTML-Escaping fixes it (i.e., &lt; &gt;), but very uncomfortable, even using search/replace. A quick solution might be that param value can be specified via child text node, i.e., <param name = "query">VALUE</param>.

marco-brandizi avatar Nov 29 '16 13:11 marco-brandizi