Skip to content

Commit cd19c36

Browse files
authored
Update Readme.md
1 parent 19e6014 commit cd19c36

File tree

1 file changed

+2
-2
lines changed
  • customProjectSelectionEditorVariable

1 file changed

+2
-2
lines changed

customProjectSelectionEditorVariable/Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Editor variable which expands to the project selected URLs
22

33
The 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

66
As 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.

0 commit comments

Comments
 (0)