moved saxon and xalan to libs subdir
[TestXSLT.git] / English.lproj / TestXSLT.scriptTerminology
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
3 <plist version="0.9">
4 <dict>
5         <key>Name</key>
6         <string>TestXSLT Suite</string>
7         <key>Description</key>
8         <string>XSLT Processing Services</string>
9         <key>Classes</key>
10     <dict>
11         <key>NSApplication</key>
12         <dict>
13             <key>Name</key>
14             <string>application</string>
15             <key>PluralName</key>
16             <string>applications</string>
17             <key>Description</key>
18             <string>The TestXSLT Application</string>
19         </dict>
20         <key>MyDocument</key>
21         <dict>
22             <key>Name</key>
23             <string>Processor</string>
24             <key>PluralName</key>
25             <string>Processors</string>
26             <key>Description</key>
27             <string>A collection of an XML and an XSLT document and optional XSLT parameters</string>
28             <key>Attributes</key>
29             <dict>
30                 <key>xmlcode</key>
31                 <dict>
32                     <key>Name</key>
33                     <string>XML Code</string>
34                     <key>Description</key>
35                     <string>The XML code to be transformed</string>
36                     <key>Sex</key>
37                     <string>none</string>
38                     <key>Number</key>
39                     <string>singular</string>
40                 </dict>
41                 <key>xsltcode</key>
42                 <dict>
43                     <key>Name</key>
44                     <string>XSLT Code</string>
45                     <key>Description</key>
46                     <string>The XSLT style sheet code for the transformation</string>
47                     <key>Sex</key>
48                     <string>none</string>
49                     <key>Number</key>
50                     <string>singular</string>
51                 </dict>
52                 <key>result</key>
53                 <dict>
54                     <key>Name</key>
55                     <string>Result</string>
56                     <key>Description</key>
57                     <string>The result of the XSLT transformation</string>
58                     <key>Sex</key>
59                     <string>none</string>
60                     <key>Number</key>
61                     <string>singular</string>
62                 </dict>
63             </dict>
64         </dict>
65     </dict>
66
67         <key>Commands</key>
68         <dict>
69                 <key>NSCoreSuite.Create</key>
70                 <dict>
71                         <key>Name</key>
72                         <string>make</string>
73                         <key>Description</key>
74                         <string>Create a new Workset.</string>
75                         <key>IsVerb</key>
76                         <string>YES</string>
77                 </dict>
78                 <key>SetParam</key>
79                 <dict>
80                         <key>Name</key>
81                         <string>Set Parameter</string>
82                         <key>Description</key>
83                         <string>Set an XSLT parameter.</string>
84                         <key>IsVerb</key>
85                         <string>YES</string>
86                         <key>Arguments</key>
87                         <dict>
88                                 <key>Name</key>
89                                 <dict>
90                                         <key>Name</key>
91                                         <string>Name</string>
92                                         <key>Description</key>
93                                         <string>The name of the XSLT parameter to set.</string>
94                                         <key>Sex</key>
95                                         <string>none</string>
96                                         <key>Number</key>
97                                         <string>singular</string>
98                                 </dict>
99                                 <key>Value</key>
100                                 <dict>
101                                         <key>Name</key>
102                                         <string>Value</string>
103                                         <key>Description</key>
104                                         <string>The value to assign to the XSLT parameter.</string>
105                                         <key>Sex</key>
106                                         <string>none</string>
107                                         <key>Number</key>
108                                         <string>singular</string>
109                                 </dict>
110                         </dict>
111                 </dict>
112                 <key>ClearParam</key>
113                 <dict>
114                         <key>Name</key>
115                         <string>Clear Parameter</string>
116                         <key>Description</key>
117                         <string>Remove an XSLT parameter.</string>
118                         <key>IsVerb</key>
119                         <string>YES</string>
120                         <key>Arguments</key>
121                         <dict>
122                                 <key>Name</key>
123                                 <dict>
124                                         <key>Name</key>
125                                         <string>Name</string>
126                                         <key>Description</key>
127                                         <string>The name of the XSLT parameter to clear.</string>
128                                         <key>Sex</key>
129                                         <string>none</string>
130                                         <key>Number</key>
131                                         <string>singular</string>
132                                 </dict>
133                         </dict>
134                 </dict>
135                 <key>SetProcessorType</key>
136                 <dict>
137                         <key>Name</key>
138                         <string>Set Processor Type</string>
139                         <key>Description</key>
140                         <string>Choose the XSLT processor engine to be used.</string>
141                         <key>IsVerb</key>
142                         <string>YES</string>
143                         <key>Arguments</key>
144                         <dict>
145                                 <key>Name</key>
146                                 <dict>
147                                         <key>Name</key>
148                                         <string>Name</string>
149                                         <key>Description</key>
150                                         <string>The name of the XSLT processor to use ("Libxslt", "Sablotron", "Saxon" or "Xalan-J").</string>
151                                         <key>Sex</key>
152                                         <string>none</string>
153                                         <key>Number</key>
154                                         <string>singular</string>
155                                 </dict>
156                         </dict>
157                 </dict>
158                 <key>Process</key>
159                 <dict>
160                         <key>Name</key>
161                         <string>Process</string>
162                         <key>Description</key>
163                         <string>Process the XML code with the XSLT stylesheet.</string>
164                         <key>IsVerb</key>
165                         <string>YES</string>
166                 </dict>
167                 <key>Export</key>
168                 <dict>
169                         <key>Name</key>
170                         <string>Export</string>
171                         <key>Description</key>
172                         <string>Save the result of the transformation to a file.</string>
173                         <key>IsVerb</key>
174                         <string>YES</string>
175                         <key>Arguments</key>
176                         <dict>
177                                 <key>File</key>
178                                 <dict>
179                                         <key>Name</key>
180                                         <string>Output File</string>
181                                         <key>Description</key>
182                                         <string>The File into which the result should be saved.</string>
183                                         <key>Sex</key>
184                                         <string>none</string>
185                                         <key>Number</key>
186                                         <string>singular</string>
187                                 </dict>
188                         </dict>
189                 </dict>
190         </dict>
191
192
193 </dict>
194 </plist>