Skip to content

added query element with CDATA instead of attribute in param element#187

Open
muschneider wants to merge 1 commit intolarsga:masterfrom
muschneider:config_branch
Open

added query element with CDATA instead of attribute in param element#187
muschneider wants to merge 1 commit intolarsga:masterfrom
muschneider:config_branch

Conversation

@muschneider
Copy link

<query>
 <![CDATA[
  SELECT DISTINCT ?instance ?p ?o
      WHERE {
        ?instance a <http://xmlns.com/foaf/0.1/Person> .
        ?instance ?p ?o .
      }
      ORDER BY ?instance ?p ?o
  ]]>
</query>

instead of

<param name="query" value="
      SELECT DISTINCT ?instance ?p ?o
      WHERE {
        ?instance a &lt;http://xmlns.com/foaf/0.1/Person> .
        ?instance ?p ?o .
      }
      ORDER BY ?instance ?p ?o
    "/>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant