defaults.js
 1  // Generated by CoffeeScript 1.12.7
 2  (function() {
 3    exports.defaults = {
 4      "0.1": {
 5        explicitCharkey: false,
 6        trim: true,
 7        normalize: true,
 8        normalizeTags: false,
 9        attrkey: "@",
10        charkey: "#",
11        explicitArray: false,
12        ignoreAttrs: false,
13        mergeAttrs: false,
14        explicitRoot: false,
15        validator: null,
16        xmlns: false,
17        explicitChildren: false,
18        childkey: '@@',
19        charsAsChildren: false,
20        includeWhiteChars: false,
21        async: false,
22        strict: true,
23        attrNameProcessors: null,
24        attrValueProcessors: null,
25        tagNameProcessors: null,
26        valueProcessors: null,
27        emptyTag: ''
28      },
29      "0.2": {
30        explicitCharkey: false,
31        trim: false,
32        normalize: false,
33        normalizeTags: false,
34        attrkey: "$",
35        charkey: "_",
36        explicitArray: true,
37        ignoreAttrs: false,
38        mergeAttrs: false,
39        explicitRoot: true,
40        validator: null,
41        xmlns: false,
42        explicitChildren: false,
43        preserveChildrenOrder: false,
44        childkey: '$$',
45        charsAsChildren: false,
46        includeWhiteChars: false,
47        async: false,
48        strict: true,
49        attrNameProcessors: null,
50        attrValueProcessors: null,
51        tagNameProcessors: null,
52        valueProcessors: null,
53        rootName: 'root',
54        xmldec: {
55          'version': '1.0',
56          'encoding': 'UTF-8',
57          'standalone': true
58        },
59        doctype: null,
60        renderOpts: {
61          'pretty': true,
62          'indent': '  ',
63          'newline': '\n'
64        },
65        headless: false,
66        chunkSize: 10000,
67        emptyTag: '',
68        cdata: false
69      }
70    };
71  
72  }).call(this);