You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-4Lines changed: 16 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,9 @@ Generates FIXML schemas from an Orchestra file.
9
9
10
10
### Input
11
11
12
-
An Orchestra file that conforms to the XML schema of Orchestra version 1.0.
13
-
See GitHub project fix-orchestra module repository (https://github.com/FIXTradingCommunity/fix-orchestra/blob/master/repository/src/main/resources/xsd/repository.xsd) for the schema.
12
+
An Orchestra file that conforms to the XML schema of Orchestra version 1.0.
13
+
See http://fixprotocol.io/2020/orchestra/repository for the schema.
14
+
14
15
#### Parameter
15
16
`targetDir` give a path to write output files
16
17
@@ -25,6 +26,17 @@ Any standards-compliant XSLT 2.0 processor. The test wrapper uses Saxon-HE.
25
26
26
27
A Maven/Java wrapper is provided to invoke and test the script. This is not a run-time requirement.
0 commit comments