Skip to content

Commit

Permalink
query string improved
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Mar 26, 2014
1 parent 27eb8f8 commit 65779ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/xml/resource.xml
Expand Up @@ -14,7 +14,7 @@ XML whereas an XSLT or multiple XSLTs can be specified and applied
<property name="source-view-mime-type"/> <!-- TODO: Description -->
<property name="xslt" multiple="true"/> <!-- optional, if not set, the the source XML will be sent as response -->

<!-- "yanel-path" allows to instantiate another resource which provides XML (or retrieve an XML from the content repository of the realm). For example value="/sitetree-en.xml" or value="yanelresource:/hello.xml" or "http://127.0.0.1:8080/yanel/from-scratch-realm/en/index.html?yanel.resource.viewid=sourc" -->
<!-- "yanel-path" allows to instantiate another resource which provides XML (or retrieve an XML from the content repository of the realm). For example value="/sitetree-en.xml" or value="yanelresource:/hello.xml" or "http://127.0.0.1:8080/yanel/from-scratch-realm/en/index.html?yanel.resource.viewid=source" -->
<property name="yanel-path"/> <!-- optional, if not set, then a 1:1 resolving will be applied. Please make sure not to introduce loops, e.g. by referencing the resource by itself! -->
<property name="workflow-schema"/> <!-- optional -->
<property name="check-comments"/> <!-- optional and default is 'false' -->
Expand Down

0 comments on commit 65779ee

Please sign in to comment.