xrust 2.1.0

Support for XPath and XSLT
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
# Compliance

This is the status of compliance to the XDM, XPath, XQuery, and XSLT standards.

## XDM

| Concept                          | Status | Notes |
|----------------------------------|--------|-------|
| Item                             | yes    |       |
| Sequence                         | yes    |       |
| Data type: xs:untyped            | no     |       |
| Data type: xs:untypedAtomic      | no     |       |
| Data type: xs:anyAtomicType      | no     |       |
| Data type: xs:duration           | no     |       |
| Data type: xs:dayTimeDuration    | no     |       |
| Data type: xs:yearMonthDuration  | no     |       |
| Data type: xs:dateTime           | yes    |       |
| Data type: xs:dateTimeStamp      | no     |       |
| Data type: xs:date               | yes    |       |
| Data type: xs:time               | yes    |       |
| Data type: xs:gYearMonth         | no     |       |
| Data type: xs:gYear              | no     |       |
| Data type: xs:gMonthDay          | no     |       |
| Data type: xs:gMonth             | no     |       |
| Data type: xs:gDay               | no     |       |
| Data type: xs:string             | yes    |       |
| Data type: xs:boolean            | yes    |       |
| Data type: xs:normalizedString   | yes    |       |
| Data type: xs:token              | no     |       |
| Data type: xs:language           | no     |       |
| Data type: xs:ID                 | no     |       |
| Data type: xs:IDREF              | no     |       |
| Data type: xs:IDREFS             | no     |       |
| Data type: xs:NMTOKEN            | no     |       |
| Data type: xs:NMTOKENS           | no     |       |
| Data type: xs:ENTITY             | no     |       |
| Data type: xs:ENTITIES           | no     |       |
| Data type: xs:Name               | no     |       |
| Data type: xs:NCName             | no     |       |
| Data type: xs:numeric            | no     |       |
| Data type: xs:decimal            | yes    |       |
| Data type: xs:float              | yes    |       |
| Data type: xs:double             | yes    |       |
| Data type: xs:integer            | yes    |       |
| Data type: xs:nonPositiveInteger | yes    |       |
| Data type: xs:negativeInteger    | yes    |       |
| Data type: xs:long               | no     |       |
| Data type: xs:int                | no     |       |
| Data type: xs:short              | no     |       |
| Data type: xs:byte               | no     |       |
| Data type: xs:nonNegativeInteger | yes    |       |
| Data type: xs:unsignedLong       | no     |       |
| Data type: xs:unsignedInt        | no     |       |
| Data type: xs:unsignedShort      | no     |       |
| Data type: xs:unsignedByte       | no     |       |
| Data type: xs:positiveInteger    | yes    |       |
| Data type: xs:base64Binary       | no     |       |
| Data type: xs:hexBinary          | no     |       |
| Data type: xs:QName              | no     |       |
| Data type: xs:NOTATION           | no     |       |
| Functions                        | no     |       |
| Map                              | no     |       |
| Array                            | no     |       |
| Document node                    | yes    |       |
| Element node                     | yes    |       |
| Attribute node                   | yes    |       |
| Namespace node                   | no     |       |
| PI node                          | yes    |       |
| Comment node                     | yes    |       |
| Text node                        | yes    |       |
|  Accessor                        | no     |       |

## XPath

| Concept                                         | Status  | Notes |
|-------------------------------------------------|---------|-------|
| Primary expression: Literals                    | yes     |       |
| Primary expression: Variable references         | yes     |       |
| Primary expression: Parenthesized expressions   | yes     |       |
| Primary expression: Context item                | yes     |       |
| Primary expression: Static function calls       | yes     |       |
| Primary expression: Named function calls        | yes     |       |
| Primary expression: Inline function expressions | no      |       |
| Postfix expression: Filter                      | yes     |       |
| Postfix expression: Dynamic function calls      | no      |       |
| Path expression: /                              | yes     |       |
| Path expression: steps                          | yes     |       |
| Path expression: axes                           | partial |       |
| Axis: child                                     | yes     |       |
| Axis: self                                      | yes     |       |
| Axis: descendant                                | yes     |       |
| Axis: descendant-or-self                        | yes     |       |
| Axis: ancestor                                  | yes     |       |
| Axis: ancestor-or-self                          | yes     |       |
| Axis: parent                                    | yes     |       |
| Axis: following                                 | yes     |       |
| Axis: following-sibling                         | yes     |       |
| Axis: preceding                                 | yes     |       |
| Axis: preceding-sibling                         | yes     |       |
| Axis: attribute                                 | yes     |       |
| Axis: namespace                                 | no      |       |
| Path expression: Node tests                     | yes     |       |
| Path expression: Predicates within steps        | yes     |       |
| Path expression: Unabbreviated syntax           | yes     |       |
| Path expression: Abbreviated syntax             | yes     |       |
| Sequence expression: constructing sequences     | yes     |       |
| Sequence expression: combining node sequences   | yes     |       |
| Arithmetic expressions:                         | yes     |       |
| String concatenation expressions                | yes     |       |
| Comparison expression: value                    | yes     |       |
| Comparison expression: general                  | yes     |       |
| Comparison expression: node                     | no      |       |
| Logical expression: value                       | yes     |       |
| For expression: value                           | yes     |       |
| Let expression: value                           | yes     |       |
| Maps                                            | no      |       |
| Arrays                                          | no      |       |
| Conditional expression                          | yes     |       |
| Quantified expression                           | no      |       |
| Instance of                                     | no      |       |
| Cast                                            | no      |       |
| Castable                                        | no      |       |
| Constructor functions                           | no      |       |
| Treat                                           | no      |       |
| Simple map operator: !                          | no      |       |
| Arrow operator: =>                              | no      |       |
| Unary expression                                | no      |       |
| Comments                                        | yes     |       |
| Union                                           | no      |       |

## XPath Functions

Version 1.0 functions. Version 2.0 - 3.1 all not supported (yet).

| Concept          | Status | Notes                                                |
|------------------|--------|------------------------------------------------------|
| count            | yes    |                                                      |
| last             | yes    |                                                      |
| position         | yes    |                                                      |
| id               | no     | requires validating parser                           |
| local-name       | yes    | Argument not yet implemented                         |
| namespace-uri    | no     |                                                      |
| name             | yes    | Argument not yet implemented; qnames not implemented |
| string           | yes    |                                                      |
| concat           | yes    |                                                      |
| starts-with      | yes    |                                                      |
| contains         | yes    |                                                      |
| substring-before | yes    |                                                      |
| substring-after  | yes    |                                                      |
| substring        | yes    |                                                      |
| normalize-space  | yes    |                                                      |
| translate        | yes    |                                                      |
| boolean          | yes    |                                                      |
| not              | yes    |                                                      |
| true             | yes    |                                                      |
| false            | yes    |                                                      |
| lang             | no     |                                                      |
| number           | yes    |                                                      |
| sum              | yes    |                                                      |
| floor            | yes    |                                                      |
| ceiling          | yes    |                                                      |
| round            | yes    |                                                      |
| min              | yes    | v2.0                                                 |
| max              | yes    | v2.0                                                 |
| avg              | yes    | v2.0                                                 |

## XSLT

| Concept                                      | Status  | Notes                                                         |
|----------------------------------------------|---------|---------------------------------------------------------------|
| xsl:accept                                   | no      |                                                               |
| xsl:accept/@component                        | no      |                                                               |
| xsl:accept/@names                            | no      |                                                               |
| xsl:accept/@visibility                       | no      |                                                               |
| xsl:accumulator                              | no      |                                                               |
| xsl:accumulator/@name                        | no      |                                                               |
| xsl:accumulator/@as                          | no      |                                                               |
| xsl:accumulator/@streamable                  | no      |                                                               |
| xsl:accumulator-rule                         | no      |                                                               |
| xsl:accumulator-rule/@match                  | no      |                                                               |
| xsl:accumulator-rule/@phase                  | no      |                                                               |
| xsl:accumulator-rule/@select                 | no      |                                                               |
| xsl:analyze-string                           | no      |                                                               |
| xsl:analyze-string/@select                   | no      |                                                               |
| xsl:analyze-string/@regex                    | no      |                                                               |
| xsl:analyze-string/@flags                    | no      |                                                               |
| xsl:apply-imports                            | yes     |                                                               |
| xsl:apply-templates                          | yes     |                                                               |
| xsl:apply-templates/@select                  | yes     |                                                               |
| xsl:apply-templates/@mode                    | no      |                                                               |
| xsl:assert                                   | no      |                                                               |
| xsl:assert/@test                             | no      |                                                               |
| xsl:assert/@select                           | no      |                                                               |
| xsl:assert/@error-code                       | no      |                                                               |
| xsl:attribute                                | yes     |                                                               |
| xsl:attribute/@name                          | yes     |                                                               |
| xsl:attribute/@namespace                     | no      |                                                               |
| xsl:attribute/@select                        | no      |                                                               |
| xsl:attribute/@separator                     | no      |                                                               |
| xsl:attribute/@type                          | no      |                                                               |
| xsl:attribute/@validation                    | no      |                                                               |
| xsl:attribute-set                            | yes     |                                                               |
| xsl:attribute-set/@name                      | yes     |                                                               |
| xsl:attribute-set/@use-attribute-sets        | no      |                                                               |
| xsl:attribute-set/@visibility                | no      |                                                               |
| xsl:attribute-set/@streamable                | no      |                                                               |
| xsl:break                                    | no      |                                                               |
| xsl:break/@select                            | no      |                                                               |
| xsl:call-template                            | yes     |                                                               |
| xsl:call-template/@name                      | yes     |                                                               |
| xsl:catch                                    | no      |                                                               |
| xsl:catch/@select                            | no      |                                                               |
| xsl:catch/@errors                            | no      |                                                               |
| xsl:character-map                            | no      |                                                               |
| xsl:character-map/@name                      | no      |                                                               |
| xsl:character-map/@use-character-maps        | no      |                                                               |
| xsl:choose                                   | yes     |                                                               |
| xsl:comment                                  | yes     |                                                               |
| xsl:comment/@select                          | no      |                                                               |
| xsl:context-item                             | no      |                                                               |
| xsl:context-item/@as                         | no      |                                                               |
| xsl:context-item/@use                        | no      |                                                               |
| xsl:copy                                     | yes     |                                                               |
| xsl:copy/@select                             | no      |                                                               |
| xsl:copy/@copy-namespaces                    | no      |                                                               |
| xsl:copy/@inherit-namespaces                 | no      |                                                               |
| xsl:copy/@use-attribute-sets                 | no      |                                                               |
| xsl:copy/@type                               | no      |                                                               |
| xsl:copy/@validation                         | no      |                                                               |
| xsl:copy-of                                  | yes     |                                                               |
| xsl:copy-of/@select                          | yes     |                                                               |
| xsl:copy-of/@copy-accumulators               | no      |                                                               |
| xsl:copy-of/@copy-namespaces                 | no      |                                                               |
| xsl:copy-of/@type                            | no      |                                                               |
| xsl:copy-of/@validation                      | no      |                                                               |
| xsl:decimal-format                           | no      |                                                               |
| xsl:decimal-format/@name                     | no      |                                                               |
| xsl:decimal-format/@decimal-separator        | no      |                                                               |
| xsl:decimal-format/@grouping-separator       | no      |                                                               |
| xsl:decimal-format/@infinity                 | no      |                                                               |
| xsl:decimal-format/@minus-sign               | no      |                                                               |
| xsl:decimal-format/@exponent-separator       | no      |                                                               |
| xsl:decimal-format/@NaN                      | no      |                                                               |
| xsl:decimal-format/@percent                  | no      |                                                               |
| xsl:decimal-format/@per-mille                | no      |                                                               |
| xsl:decimal-format/@zero-digit               | no      |                                                               |
| xsl:decimal-format/@digit                    | no      |                                                               |
| xsl:decimal-format/@pattern-separator        | no      |                                                               |
| xsl:document                                 | no      |                                                               |
| xsl:document/@validation                     | no      |                                                               |
| xsl:document/@type                           | no      |                                                               |
| xsl:element                                  | yes     |                                                               |
| xsl:element/@name                            | yes     |                                                               |
| xsl:element/@namespace                       | no      |                                                               |
| xsl:element/@inherit-namespaces              | no      |                                                               |
| xsl:element/@use-attribute-sets              | yes     |                                                               |
| xsl:element/@type                            | no      |                                                               |
| xsl:element/@validation                      | no      |                                                               |
| xsl:evaluate                                 | no      |                                                               |
| xsl:evaluate/@xpath                          | no      |                                                               |
| xsl:evaluate/@as                             | no      |                                                               |
| xsl:evaluate/@base-uri                       | no      |                                                               |
| xsl:evaluate/@with-params                    | no      |                                                               |
| xsl:evaluate/@context-item                   | no      |                                                               |
| xsl:evaluate/@namespace-context              | no      |                                                               |
| xsl:evaluate/@schema-aware                   | no      |                                                               |
| xsl:expose                                   | no      |                                                               |
| xsl:expose/@component                        | no      |                                                               |
| xsl:expose/@names                            | no      |                                                               |
| xsl:expose/@visibility                       | no      |                                                               |
| xsl:fallback                                 | no      |                                                               |
| xsl:for-each                                 | yes     |                                                               |
| xsl:for-each/@select                         | yes     |                                                               |
| xsl:for-each-group                           | yes     |                                                               |
| xsl:for-each-group/@select                   | yes     |                                                               |
| xsl:for-each-group/@group-by                 | yes     |                                                               |
| xsl:for-each-group/@group-adjacent           | yes     |                                                               |
| xsl:for-each-group/@group-starting-with      | yes     |                                                               |
| xsl:for-each-group/@group-ending-with        | no      |                                                               |
| xsl:for-each-group/@composite                | no      |                                                               |
| xsl:for-each-group/@collation                | no      |                                                               |
| xsl:fork                                     | no      |                                                               |
| xsl:function                                 | yes     |                                                               |
| xsl:function/@name                           | yes     |                                                               |
| xsl:function/@as                             | no      |                                                               |
| xsl:function/@visibility                     | no      |                                                               |
| xsl:function/@streamability                  | no      |                                                               |
| xsl:function/@override-extension-function    | no      |                                                               |
| xsl:function/@new-each-time                  | no      |                                                               |
| xsl:function/@cache                          | no      |                                                               |
| xsl:global-context-item                      | no      |                                                               |
| xsl:global-context-item/@as                  | no      |                                                               |
| xsl:global-context-item/@use                 | no      |                                                               |
| xsl:if                                       | yes     |                                                               |
| xsl:if/@test                                 | yes     |                                                               |
| xsl:import                                   | yes     |                                                               |
| xsl:import/@href                             | yes     |                                                               |
| xsl:import-schema                            | no      |                                                               |
| xsl:import-schema/@namespace                 | no      |                                                               |
| xsl:import-schema/@schema-location           | no      |                                                               |
| xsl:include                                  | yes     |                                                               |
| xsl:include/@href                            | yes     |                                                               |
| xsl:iterate                                  | no      |                                                               |
| xsl:iterate/@select                          | no      |                                                               |
| xsl:key                                      | yes     |                                                               |
| xsl:key/@name                                | yes     |                                                               |
| xsl:key/@match                               | yes     |                                                               |
| xsl:key/@use                                 | yes     |                                                               |
| xsl:key/@composite                           | no      |                                                               |
| xsl:key/@collation                           | no      |                                                               |
| xsl:map                                      | no      |                                                               |
| xsl:map-entry                                | no      |                                                               |
| xsl:map-entry/@key                           | no      |                                                               |
| xsl:map-entry/@select                        | no      |                                                               |
| xsl:matching-substring                       | no      |                                                               |
| xsl:merge                                    | no      |                                                               |
| xsl:merge-action                             | no      |                                                               |
| xsl:merge-key                                | no      |                                                               |
| xsl:merge-key/@select                        | no      |                                                               |
| xsl:merge-key/@lang                          | no      |                                                               |
| xsl:merge-key/@order                         | no      |                                                               |
| xsl:merge-key/@collation                     | no      |                                                               |
| xsl:merge-key/@case-order                    | no      |                                                               |
| xsl:merge-key/@data-type                     | no      |                                                               |
| xsl:merge-source                             | no      |                                                               |
| xsl:merge-source/@name                       | no      |                                                               |
| xsl:merge-source/@for-each-item              | no      |                                                               |
| xsl:merge-source/@for-each-source            | no      |                                                               |
| xsl:merge-source/@select                     | no      |                                                               |
| xsl:merge-source/@streamable                 | no      |                                                               |
| xsl:merge-source/@use-accumulators           | no      |                                                               |
| xsl:merge-source/@sort-before-merge          | no      |                                                               |
| xsl:merge-source/@validation                 | no      |                                                               |
| xsl:merge-source/@type                       | no      |                                                               |
| xsl:message                                  | yes     |                                                               |
| xsl:message/@select                          | no      |                                                               |
| xsl:message/@terminate                       | yes     |                                                               |
| xsl:message/@error-code                      | no      |                                                               |
| xsl:mode                                     | no      |                                                               |
| xsl:mode/@name                               | no      |                                                               |
| xsl:mode/@streamable                         | no      |                                                               |
| xsl:mode/@use-accumulators                   | no      |                                                               |
| xsl:mode/@on-no-match                        | partial | text-only-copy is the default                                 |
| xsl:mode/@on-multiple-match                  | no      |                                                               |
| xsl:mode/@warning-on-no-match                | no      |                                                               |
| xsl:mode/@warning-on-multiple-match          | no      |                                                               |
| xsl:mode/@typed                              | no      |                                                               |
| xsl:mode/@visibility                         | no      |                                                               |
| xsl:namespace                                | no      |                                                               |
| xsl:namespace/@name                          | no      |                                                               |
| xsl:namespace/@select                        | no      |                                                               |
| xsl:namespace-alias                          | no      |                                                               |
| xsl:namespace-alias/@stylesheet-prefix       | no      |                                                               |
| xsl:namespace-alias/@result-prefix           | no      |                                                               |
| xsl:next-iteration                           | no      |                                                               |
| xsl:next-match                               | no      |                                                               |
| xsl:non-matching-substring                   | no      |                                                               |
| xsl:number                                   | yes     |                                                               |
| xsl:number/@value                            | yes     |                                                               |
| xsl:number/@select                           | yes     |                                                               |
| xsl:number/@level                            | partial | Only single level supported                                   |
| xsl:number/@count                            | no      |                                                               |
| xsl:number/@from                             | no      |                                                               |
| xsl:number/@format                           | yes     | Roman numerals up to 3999.                                    |
| xsl:number/@lang                             | no      |                                                               |
| xsl:number/@letter-value                     | no      |                                                               |
| xsl:number/@ordinal                          | no      |                                                               |
| xsl:number/@start-at                         | no      |                                                               |
| xsl:number/@grouping-separator               | no      |                                                               |
| xsl:number/@grouping-size                    | no      |                                                               |
| xsl:on-completion                            | no      |                                                               |
| xsl:on-completion/@select                    | no      |                                                               |
| xsl:on-empty                                 | no      |                                                               |
| xsl:on-empty/@select                         | no      |                                                               |
| xsl:on-non-empty                             | no      |                                                               |
| xsl:on-non-empty/@select                     | no      |                                                               |
| xsl:otherwise                                | yes     |                                                               |
| xsl:output                                   | yes     |                                                               |
| xsl:output/@name                             | no      |                                                               |
| xsl:output/@method                           | no      |                                                               |
| xsl:output/@allow-duplicate-names            | no      |                                                               |
| xsl:output/@build-tree                       | no      |                                                               |
| xsl:output/@byte-order-mark                  | no      |                                                               |
| xsl:output/@cdata-section-elements           | no      |                                                               |
| xsl:output/@doctype-public                   | no      |                                                               |
| xsl:output/@doctype-system                   | no      |                                                               |
| xsl:output/@encoding                         | no      |                                                               |
| xsl:output/@escape-uri-attributes            | no      |                                                               |
| xsl:output/@html-version                     | no      |                                                               |
| xsl:output/@include-content-type             | no      |                                                               |
| xsl:output/@indent                           | yes     |                                                               |
| xsl:output/@item-separator                   | no      |                                                               |
| xsl:output/@json-node-output-method          | no      |                                                               |
| xsl:output/@media-type                       | no      |                                                               |
| xsl:output/@normalization-form               | no      |                                                               |
| xsl:output/@omit-xml-declaration             | no      |                                                               |
| xsl:output/@parameter-document               | no      |                                                               |
| xsl:output/@standalone                       | no      |                                                               |
| xsl:output/@suppress-indentation             | no      |                                                               |
| xsl:output/@undeclare-prefixes               | no      |                                                               |
| xsl:output/@use-character-maps               | no      |                                                               |
| xsl:output/@version                          | no      |                                                               |
| xsl:output-character                         | no      |                                                               |
| xsl:output-character/@character              | no      |                                                               |
| xsl:output-character/@string                 | no      |                                                               |
| xsl:override                                 | no      |                                                               |
| xsl:package                                  | no      |                                                               |
| xsl:package/@id                              | no      |                                                               |
| xsl:package/@name                            | no      |                                                               |
| xsl:package/@package-version                 | no      |                                                               |
| xsl:package/@version                         | no      |                                                               |
| xsl:package/@input-type-annotations          | no      |                                                               |
| xsl:package/@declared-modes                  | no      |                                                               |
| xsl:package/@default-mode                    | no      |                                                               |
| xsl:package/@default-validation              | no      |                                                               |
| xsl:package/@default-collation               | no      |                                                               |
| xsl:package/@extension-element-prefixes      | no      |                                                               |
| xsl:package/@exclude-result-prefixes         | no      |                                                               |
| xsl:package/@expand-text                     | no      |                                                               |
| xsl:package/@use-when                        | no      |                                                               |
| xsl:package/@xpath-default-namespace         | no      |                                                               |
| xsl:param                                    | yes     | Partial support for stylesheet. Supported in named templates. |
| xsl:param/@name                              | yes     |                                                               |
| xsl:param/@select                            | yes     |                                                               |
| xsl:param/@as                                | no      |                                                               |
| xsl:param/@required                          | no      |                                                               |
| xsl:param/@tunnel                            | no      |                                                               |
| xsl:param/@static                            | no      |                                                               |
| xsl:perform-sort                             | no      |                                                               |
| xsl:perform-sort/@select                     | no      |                                                               |
| xsl:preserve-space                           | yes     | More work to do to support import priorities                  |
| xsl:preserve-space/@elements                 | yes     |                                                               |
| xsl:processing-instruction                   | yes     |                                                               |
| xsl:processing-instruction/@name             | yes     |                                                               |
| xsl:processing-instruction/@select           | no      |                                                               |
| xsl:result-document                          | no      |                                                               |
| xsl:result-document/@format                  | no      |                                                               |
| xsl:result-document/@href                    | no      |                                                               |
| xsl:result-document/@validation              | no      |                                                               |
| xsl:result-document/@type                    | no      |                                                               |
| xsl:result-document/@method                  | no      |                                                               |
| xsl:result-document/@allow-duplicate-names   | no      |                                                               |
| xsl:result-document/@build-tree              | no      |                                                               |
| xsl:result-document/@byte-order-mark         | no      |                                                               |
| xsl:result-document/@cdata-section-elements  | no      |                                                               |
| xsl:result-document/@doctype-public          | no      |                                                               |
| xsl:result-document/@doctype-system          | no      |                                                               |
| xsl:result-document/@encoding                | no      |                                                               |
| xsl:result-document/@escape-uri-attributes   | no      |                                                               |
| xsl:result-document/@html-version            | no      |                                                               |
| xsl:result-document/@include-content-type    | no      |                                                               |
| xsl:result-document/@indent                  | no      |                                                               |
| xsl:result-document/@item-separator          | no      |                                                               |
| xsl:result-document/@json-node-output-method | no      |                                                               |
| xsl:result-document/@media-type              | no      |                                                               |
| xsl:result-document/@normalization-form      | no      |                                                               |
| xsl:result-document/@omit-xml-declaration    | no      |                                                               |
| xsl:result-document/@parameter-document      | no      |                                                               |
| xsl:result-document/@standalone              | no      |                                                               |
| xsl:result-document/@suppress-indentation    | no      |                                                               |
| xsl:result-document/@undeclare-prefixes      | no      |                                                               |
| xsl:result-document/@use-character-maps      | no      |                                                               |
| xsl:result-document/@output-version          | no      |                                                               |
| xsl:sequence                                 | yes     |                                                               |
| xsl:sequence/@select                         | yes     |                                                               |
| xsl:sort                                     | yes     |                                                               |
| xsl:sort/@select                             | yes     |                                                               |
| xsl:sort/@lang                               | no      |                                                               |
| xsl:sort/@order                              | yes     |                                                               |
| xsl:sort/@collation                          | no      |                                                               |
| xsl:sort/@stable                             | no      |                                                               |
| xsl:sort/@case-order                         | no      |                                                               |
| xsl:sort/@data-type                          | no      | String sort keys only                                         |
| xsl:source-document                          | no      |                                                               |
| xsl:source-document/@href                    | no      |                                                               |
| xsl:source-document/@streamable              | no      |                                                               |
| xsl:source-document/@use-accumulators        | no      |                                                               |
| xsl:source-document/@validation              | no      |                                                               |
| xsl:source-document/@type                    | no      |                                                               |
| xsl:strip-space                              | yes     | More work to do to support import priorities                  |
| xsl:strip-space/@elements                    | yes     |                                                               |
| xsl:stylesheet                               | yes     |                                                               |
| xsl:stylesheet/@id                           | no      |                                                               |
| xsl:stylesheet/@version                      | no      |                                                               |
| xsl:stylesheet/@default-mode                 | no      |                                                               |
| xsl:stylesheet/@default-validation           | no      |                                                               |
| xsl:stylesheet/@input-type-annotations       | no      |                                                               |
| xsl:stylesheet/@default-collation            | no      |                                                               |
| xsl:stylesheet/@extension-element-prefixes   | no      |                                                               |
| xsl:stylesheet/@exclude-result-prefixes      | no      |                                                               |
| xsl:stylesheet/@expand-text                  | no      |                                                               |
| xsl:stylesheet/@use-when                     | no      |                                                               |
| xsl:stylesheet/@xpath-default-namespace      | no      |                                                               |
| xsl:template                                 | yes     |                                                               |
| xsl:template/@match                          | yes     |                                                               |
| xsl:template/@name                           | yes     |                                                               |
| xsl:template/@priority                       | yes     |                                                               |
| xsl:template/@mode                           | yes     |                                                               |
| xsl:template/@as                             | no      |                                                               |
| xsl:template/@visibility                     | no      |                                                               |
| xsl:text                                     | yes     |                                                               |
| xsl:text/@disable-output-escaping            | yes     |                                                               |
| xsl:transform                                | yes     |                                                               |
| xsl:try                                      | no      |                                                               |
| xsl:try/@select                              | no      |                                                               |
| xsl:try/@rollback-output                     | no      |                                                               |
| xsl:use-package                              | no      |                                                               |
| xsl:use-package/@name                        | no      |                                                               |
| xsl:use-package/@package-version             | no      |                                                               |
| xsl:value-of                                 | yes     |                                                               |
| xsl:value-of/@select                         | yes     |                                                               |
| xsl:value-of/@separator                      | no      |                                                               |
| xsl:value-of/@disable-output-escaping        | no      |                                                               |
| xsl:variable                                 | no      |                                                               |
| xsl:variable/@name                           | no      |                                                               |
| xsl:variable/@select                         | no      |                                                               |
| xsl:variable/@as                             | no      |                                                               |
| xsl:variable/@static                         | no      |                                                               |
| xsl:variable/@visibility                     | no      |                                                               |
| xsl:when                                     | yes     |                                                               |
| xsl:when/@test                               | yes     |                                                               |
| xsl:where-populated                          | no      |                                                               |
| xsl:with-param                               | yes     |                                                               |
| xsl:with-param/@name                         | yes     |                                                               |
| xsl:with-param/@select                       | yes     |                                                               |
| xsl:with-param/@as                           | no      |                                                               |
| xsl:with-param/@tunnel                       | no      |                                                               |

## XSLT Functions

| Function                    | Status | Notes |
|-----------------------------|--------|-------|
| current                     | yes    |       |
| current-grouping-key        | yes    |       |
| current-group               | yes    |       |
| document                    | yes    |       |
| generate-id                 | yes    |       |
| key                         | yes    |       |
| unparsed-entity-uri         | no     |       |
| unparsed-entity-public-id   | no     |       |
| system-property             | yes    |       |
| available-system-properties | yes    |       |