File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
customProjectSelectionEditorVariable Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# Editor variable which expands to the project selected URLs
22
33The plugin adds a resolver which expands in Oxygen the ** ${projectSelectedResources}**
4- editor variable to a string containing all file URLs separated by ";".
4+ editor variable to a string containing URL representations of all project files separated by ";".
55
66As an usage example, assume you have an XSLT stylesheet like this:
77
@@ -20,4 +20,4 @@ As an usage example, assume you have an XSLT stylesheet like this:
2020
2121 In Oxygen you can create a transformation scenario of type XSLT using the XSLT location
2222 both for the input XML and XSLT paths. In the Parameters list you can add the parameter ** projectedSelectedURLs** having the
23- value ** ${projectSelectedResources}** and run the XSLT.
23+ value ** ${projectSelectedResources}** and run the XSLT.
You can’t perform that action at this time.
0 commit comments