1190
|
1 " Author: Mikolaj Machowski, Thomas Bartel
|
|
2 " Last change: 2007 May 8
|
827
|
3 let g:xmldata_xsl = {
|
|
4 \ 'apply-imports' : [[], {}],
|
|
5 \ 'apply-templates' : [['sort', 'with-param'], {'select' : [], 'mode' : []}],
|
1190
|
6 \ 'attribute' : [['apply-imports', 'apply-templates', 'attribute', 'call-template', 'choose', 'comment', 'copy', 'copy-of', 'element', 'fallback', 'for-each', 'if', 'message', 'number', 'processing-instruction', 'text', 'value-of', 'variable'], {'name' : [], 'namespace' : []}],
|
827
|
7 \ 'attribute-set' : [['attribute'], {'name' : [], 'use-attribute-sets' : []}],
|
|
8 \ 'call-template' : [['with-param'], {'name' : []}],
|
|
9 \ 'choose' : [['when', 'otherwise'], {}],
|
|
10 \ 'comment' : [[], {}],
|
|
11 \ 'copy' : [[], {'use-attribute-sets' : []}],
|
|
12 \ 'copy-of' : [[], {'select' : []}],
|
|
13 \ 'decimal-format' : [[], {'name' : [], 'decimal-separator' : [], 'grouping-separator' : [], 'infinity' : [], 'minus-sign' : [], 'NaN' : [], 'percent' : [], 'per-mille' : [], 'zero-digit' : [], 'digit' : [], 'pattern-separator' : []}],
|
1190
|
14 \ 'element' : [['apply-imports', 'apply-templates', 'attribute', 'call-template', 'choose', 'comment', 'copy', 'copy-of', 'element', 'fallback', 'for-each', 'if', 'message', 'number', 'processing-instruction', 'text', 'value-of', 'variable'], {'name' : [], 'namespace' : [], 'use-attribute-sets' : []}],
|
827
|
15 \ 'fallback' : [[], {}],
|
|
16 \ 'for-each' : [['sort'], {'select' : []}],
|
1190
|
17 \ 'if' : [['apply-imports', 'apply-templates', 'attribute', 'call-template', 'choose', 'comment', 'copy', 'copy-of', 'element', 'fallback', 'for-each', 'if', 'message', 'number', 'processing-instruction', 'text', 'value-of', 'variable'], {'test' : []}],
|
827
|
18 \ 'import' : [[], {'href' : []}],
|
|
19 \ 'include' : [[], {'href' : []}],
|
|
20 \ 'key' : [[], {'name' : [], 'match' : [], 'use' : []}],
|
|
21 \ 'message' : [[], {'terminate' : ['yes', 'no']}],
|
|
22 \ 'namespace-alias' : [[], {'stylesheet-prefix' : ['#default'], 'result-prefix' : ['#default']}],
|
|
23 \ 'number' : [[], {'level' : ['single', 'multiple', 'any'], 'count' : [], 'from' : [], 'value' : [], 'format' : [], 'lang' : [], 'letter-value' : ['alphabetic', 'traditional'], 'grouping-separator' : [], 'grouping-size' : []}],
|
|
24 \ 'otherwise' : [[], {}],
|
|
25 \ 'output' : [[], {'method' : ['xml', 'html', 'text'], 'version' : [], 'encoding' : [], 'omit-xml-declaration' : ['yes', 'no'], 'standalone' : ['yes', 'no'], 'doctype-public' : [], 'doctype-system' : [], 'cdata-section-elements' : [], 'indent' : ['yes', 'no'], 'media-type' : []}],
|
1190
|
26 \ 'param' : [['apply-imports', 'apply-templates', 'attribute', 'call-template', 'choose', 'comment', 'copy', 'copy-of', 'element', 'fallback', 'for-each', 'if', 'message', 'number', 'processing-instruction', 'text', 'value-of', 'variable'], {'name' : [], 'select' : []}],
|
827
|
27 \ 'preserve-space' : [[], {'elements' : []}],
|
1190
|
28 \ 'processing-instructionruction' : [[], {'name' : []}],
|
827
|
29 \ 'sort' : [[], {'select' : [], 'lang' : [], 'data-type' : ['text', 'number'], 'order' : ['ascending', 'descending'], 'case-order' : ['upper-first', 'lower-first']}],
|
|
30 \ 'strip-space' : [[], {'elements' : []}],
|
|
31 \ 'stylesheet' : [['import', 'attribute-set', 'decimal-format', 'include', 'key', 'namespace-alias', 'output', 'param', 'preserve-space', 'strip-space', 'template'], {'id' : [], 'extension-element-prefixes' : [], 'version' : []}],
|
1190
|
32 \ 'template' : [['apply-imports', 'apply-templates', 'attribute', 'call-template', 'choose', 'comment', 'copy', 'copy-of', 'element', 'fallback', 'for-each', 'if', 'message', 'number', 'processing-instruction', 'text', 'value-of', 'variable'], {'match' : [], 'name' : [], 'priority' : [], 'mode' : []}],
|
827
|
33 \ 'text' : [[], {'disable-output-escaping' : ['yes', 'no']}],
|
|
34 \ 'transform' : [['import', 'attribute-set', 'decimal-format', 'include', 'key', 'namespace-alias', 'output', 'param', 'preserve-space', 'strip-space', 'template'], {'id' : [], 'extension-element-prefixes' : [], 'exclude-result-prefixes' : [], 'version' : []}],
|
|
35 \ 'value-of' : [[], {'select' : [], 'disable-output-escaping' : ['yes', 'no']}],
|
1190
|
36 \ 'variable' : [['apply-imports', 'apply-templates', 'attribute', 'call-template', 'choose', 'comment', 'copy', 'copy-of', 'element', 'fallback', 'for-each', 'if', 'message', 'number', 'processing-instruction', 'text', 'value-of', 'variable'], {'name' : [], 'select' : []}],
|
827
|
37 \ 'when' : [[], {'test' : []}],
|
1190
|
38 \ 'with-param' : [['apply-imports', 'apply-templates', 'attribute', 'call-template', 'choose', 'comment', 'copy', 'copy-of', 'element', 'fallback', 'for-each', 'if', 'message', 'number', 'processing-instruction', 'text', 'value-of', 'variable'], {'name' : [], 'select' : []}]}
|