home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / runtime / dos / autoload / xml / xsl.vim < prev   
Encoding:
Text File  |  2010-08-15  |  4.6 KB  |  39 lines

  1. " Author: Mikolaj Machowski, Thomas Bartel
  2. " Last change: 2007 May 8
  3. let g:xmldata_xsl = {
  4.     \ 'apply-imports' : [[], {}],
  5.     \ 'apply-templates' : [['sort', 'with-param'], {'select' : [], 'mode' : []}],
  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' : []}],
  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' : []}],
  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' : []}],
  15.     \ 'fallback' : [[], {}],
  16.     \ 'for-each' : [['sort'], {'select' : []}],
  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' : []}],
  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' : []}],
  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' : []}],
  27.     \ 'preserve-space' : [[], {'elements' : []}],
  28.     \ 'processing-instructionruction' : [[], {'name' : []}],
  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' : []}],
  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' : []}],
  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']}],
  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' : []}],
  37.     \ 'when' : [[], {'test' : []}],
  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' : []}]}
  39.