summaryrefslogtreecommitdiff
path: root/sandbox/paultremblay/python_interface/docutilsToFo/att_set_dict.py
blob: 2b39447d93774bbd563ed224a8f73ac9e93955aa (plain)
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
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
att_set_dict = {'Some-custom-field': 'block',
'abstract-block': 'block',
'abstract-first-paragraph-block': 'block',
'abstract-paragraph-block': 'block',
'abstract-title-block': 'block',
'address-block': 'block',
'address-value-block': 'block',
'admonition-custom-block': 'block',
'admonition-custorm-title-block': 'block',
'admonition-first-paragraph-block': 'block',
'admonition-paragraph-block': 'block',
'attention-block': 'block',
'attention-title-block': 'block',
'author-block': 'block',
'authors-block': 'block',
'basic-link-inline': 'basic-link',
'bibliographic-fields-block': 'block',
'bibliographic-fields-first-list-item': 'list-item',
'bibliographic-fields-item-body': 'list-item-body',
'bibliographic-fields-item-label-block': 'block',
'bibliographic-fields-list-block': 'list-block',
'bibliographic-fields-list-item': 'list-item',
'bibliographic-fields-list-item-label': 'list-item-label',
'bibliographic-first-fields-block': 'block',
'block-quote-attribution-block': 'block',
'block-quote-first-paragraph-block': 'block',
'block-quote-outer-block': 'block',
'block-quote-paragraph-block': 'block',
'body-flow': 'flow',
'body-footer-block': 'block',
'body-header-block': 'block',
'body-page-sequence': 'page-sequence',
'body-simple-page-master': 'simple-page-master',
'borderless-cell-block': 'block',
'borderless-table': 'table',
'borderless-table-block-container': 'block-container',
'borderless-table-body': 'table-body',
'borderless-table-cell': 'table-cell',
'borderless-table-header': 'table-header',
'borderless-table-header-block': 'block',
'borderless-table-header-cell': 'table-cell',
'borderless-table-header-row': 'table-row',
'borderless-table-row': 'table-row',
'bullet-first-list-item': 'list-item',
'bullet-level2-first-list-item': 'list-item',
'bullet-level2-list-block': 'list-block',
'bullet-level2-list-item': 'list-item',
'bullet-list-block': 'list-block',
'bullet-list-item': 'list-item',
'bullet-list-item-body': 'list-item-body',
'bullet-list-item-body-block': 'block',
'bullet-list-item-label': 'list-item-label',
'bullet-list-item-label-block': 'block',
'caption-block': 'block',
'caution-block': 'block',
'caution-title-block': 'block',
'cell-block': 'block',
'cell1-block': 'block',
'cell10-block': 'block',
'cell11-block': 'block',
'cell12-block': 'block',
'cell13-block': 'block',
'cell14-block': 'block',
'cell15-block': 'block',
'cell16-block': 'block',
'cell17-block': 'block',
'cell18-block': 'block',
'cell19-block': 'block',
'cell2-block': 'block',
'cell20-block': 'block',
'cell21-block': 'block',
'cell22-block': 'block',
'cell23-block': 'block',
'cell24-block': 'block',
'cell25-block': 'block',
'cell26-block': 'block',
'cell27-block': 'block',
'cell28-block': 'block',
'cell29-block': 'block',
'cell3-block': 'block',
'cell30-block': 'block',
'cell4-block': 'block',
'cell5-block': 'block',
'cell6-block': 'block',
'cell7-block': 'block',
'cell8-block': 'block',
'cell9-block': 'block',
'classifier-inline': 'inline',
'contact-block': 'block',
'container-first-paragraph-block': 'block',
'container-outer-block': 'block',
'container-paragraph-block': 'block',
'copyright-block': 'block',
'custom-bib-info1': 'block',
'custom-bib-info10': 'block',
'custom-bib-info2': 'block',
'custom-bib-info3': 'block',
'custom-bib-info4': 'block',
'custom-bib-info5': 'block',
'custom-bib-info6': 'block',
'custom-bib-info7': 'block',
'custom-bib-info8': 'block',
'custom-bib-info9': 'block',
'danger-block': 'block',
'danger-title-block': 'block',
'date-block': 'block',
'dedication-block': 'block',
'dedication-first-paragraph-block': 'block',
'dedication-paragraph-block': 'block',
'dedication-title-block': 'block',
'default-admonition-outer-block': 'block',
'default-admonition-title-block': 'block',
'default-cell': 'table-cell',
'default-flow': 'flow',
'default-footnote-label-inline': 'inline',
'default-page-sequence': 'page-sequence',
'default-section-title-block': 'block',
'default-simple-page-master': 'simple-page-master',
'definition-block': 'block',
'definition-first-paragraph-block': 'block',
'definition-list-block': 'block',
'definition-list-item-block': 'block',
'definition-list-item-first-block': 'block',
'definition-paragraph-block': 'block',
'definition-term-block': 'block',
'definition-term-inline': 'inline',
'document-subtitle-block': 'block',
'document-title-block': 'block',
'document-title-page-block': 'block',
'emphasis-inline': 'inline',
'endnote-block': 'block',
'endnote-first-block': 'block',
'endnotes-block': 'block',
'endnotes-title-block': 'block',
'enumerated-first-list-item': 'list-item',
'enumerated-level2-first-list-item': 'list-item',
'enumerated-level2-list-block': 'list-block',
'enumerated-level2-list-item': 'list-item',
'enumerated-list-block': 'list-block',
'enumerated-list-item': 'list-item',
'enumerated-list-item-body': 'list-item-body',
'enumerated-list-item-body-block': 'block',
'enumerated-list-item-label': 'list-item-label',
'epigraph-attribution-block': 'block',
'epigraph-first-paragraph-block': 'block',
'epigraph-outer-block': 'block',
'epigraph-paragraph-block': 'block',
'error-block': 'block',
'error-title-block': 'block',
'even-footer-block': 'block',
'even-header-block': 'block',
'even-simple-page-master': 'simple-page-master',
'field-body-block': 'block',
'field-first-list-item': 'list-item',
'field-list-block': 'list-block',
'field-list-item': 'list-item',
'field-list-item-body': 'list-item-body',
'field-list-item-label': 'list-item-label',
'field-list-item-label-block': 'block',
'figure-block': 'block',
'figure-caption-block': 'block',
'figure-legend-block': 'block',
'first-footer-block': 'block',
'first-header-block': 'block',
'first-paragraph-block': 'block',
'first-simple-page-master': 'simple-page-master',
'footer-block': 'block',
'footer-region-after': 'region-after',
'footnote': 'footnote',
'footnote-body': 'footnote-body',
'footnote-body-label-inline': 'inline',
'footnote-first-paragraph-block': 'block',
'footnote-item-body': 'list-item-body',
'footnote-item-label': 'list-item-label',
'footnote-label-block': 'block',
'footnote-label-inline': 'inline',
'footnote-list-block': 'list-block',
'footnote-paragraph-block': 'block',
'footnote-separator-block': 'block',
'footnote-separator-flow': 'static-content',
'front-body-simple-page-master': 'simple-page-master',
'front-even-simple-page-master': 'simple-page-master',
'front-first-simple-page-master': 'simple-page-master',
'front-flow': 'flow',
'front-matter-region-body': 'region-body',
'front-odd-simple-page-master': 'simple-page-master',
'front-page-sequence': 'page-sequence',
'front-simple-page-master': 'simple-page-master',
'header-block': 'block',
'header-region-before': 'region-before',
'highlights-first-paragraph-block': 'block',
'highlights-outer-block': 'block',
'highlights-paragraph-block': 'block',
'hint-block': 'block',
'hint-title-block': 'block',
'image-block': 'block',
'important-block': 'block',
'important-title-block': 'block',
'legend-first-paragraph-block': 'block',
'legend-paragraph-block': 'block',
'level1-line-block': 'block',
'level2-line-block': 'block',
'level3-line-block': 'block',
'level4-line-block': 'block',
'level5-line-block': 'block',
'literal-block': 'block',
'literal-inline': 'inline',
'long-caption-block': 'block',
'long-cell-block': 'block',
'long-table': 'table',
'long-table-body': 'table-body',
'long-table-cell': 'table-cell',
'long-table-header': 'table-header',
'long-table-header-block': 'block',
'long-table-header-cell': 'table-cell',
'long-table-header-row': 'table-row',
'long-table-row': 'table-row',
'note-block': 'block',
'note-title-block': 'block',
'odd-footer-block': 'block',
'odd-header-block': 'block',
'odd-simple-page-master': 'simple-page-master',
'option-argument-inline': 'inline',
'option-first-list-item': 'list-item',
'option-group-block': 'block',
'option-inline': 'inline',
'option-list-block': 'list-block',
'option-list-definition-block': 'block',
'option-list-description-block': 'block',
'option-list-first-item-block': 'block',
'option-list-first-paragraph-block': 'block',
'option-list-item': 'list-item',
'option-list-item-block': 'block',
'option-list-item-body': 'list-item-body',
'option-list-item-body-block': 'block',
'option-list-item-label': 'list-item-label',
'option-list-item-label-block': 'block',
'option-list-paragraph-block': 'block',
'organization-block': 'block',
'outer-line-block': 'block',
'paper-size-simple-page-master': 'simple-page-master',
'paragraph-block': 'block',
'paragraph-footer-block': 'block',
'paragraph-header-block': 'block',
'pull-quote-attribution-block': 'block',
'pull-quote-first-paragraph-block': 'block',
'pull-quote-outer-block': 'block',
'pull-quote-paragraph-block': 'block',
'region-body': 'region-body',
'revision-block': 'block',
'rubric-block': 'block',
'sidebar-block': 'block',
'sidebar-first-paragraph-block': 'block',
'sidebar-paragraph-block': 'block',
'sidebar-subtitle-block': 'block',
'sidebar-title-block': 'block',
'simple-page-master': 'simple-page-master',
'stanza-title-block': 'block',
'stanza2-first-line-block': 'block',
'stanza2-line-block': 'block',
'stanza3-first-line-block': 'block',
'stanza3-line-block': 'block',
'stanza4-first-line-block': 'block',
'stanza4-line-block': 'block',
'stanza5-first-line-block': 'block',
'stanza5-line-block': 'block',
'status-block': 'block',
'strong-inline': 'inline',
'table': 'table',
'table-block-container': 'block-container',
'table-body': 'table-body',
'table-cell': 'table-cell',
'table-header': 'table-header',
'table-header-block': 'block',
'table-header-cell': 'table-cell',
'table-row': 'table-row',
'table1': 'table',
'table1-block-container': 'block-container',
'table1-body': 'table-body',
'table1-cell': 'table-cell',
'table1-header': 'table-header',
'table1-header-block': 'block',
'table1-header-cell': 'table-cell',
'table1-header-row': 'table-row',
'table1-row': 'table-row',
'table10': 'table',
'table10-block-container': 'block-container',
'table10-body': 'table-body',
'table10-cell': 'table-cell',
'table10-header': 'table-header',
'table10-header-block': 'block',
'table10-header-cell': 'table-cell',
'table10-header-row': 'table-row',
'table10-row': 'table-row',
'table11': 'table',
'table11-block-container': 'block-container',
'table11-body': 'table-body',
'table11-cell': 'table-cell',
'table11-header': 'table-header',
'table11-header-block': 'block',
'table11-header-cell': 'table-cell',
'table11-header-row': 'table-row',
'table11-row': 'table-row',
'table12': 'table',
'table12-block-container': 'block-container',
'table12-body': 'table-body',
'table12-cell': 'table-cell',
'table12-header': 'table-header',
'table12-header-block': 'block',
'table12-header-cell': 'table-cell',
'table12-header-row': 'table-row',
'table12-row': 'table-row',
'table13': 'table',
'table13-block-container': 'block-container',
'table13-body': 'table-body',
'table13-cell': 'table-cell',
'table13-header': 'table-header',
'table13-header-block': 'block',
'table13-header-cell': 'table-cell',
'table13-header-row': 'table-row',
'table13-row': 'table-row',
'table14': 'table',
'table14-block-container': 'block-container',
'table14-body': 'table-body',
'table14-cell': 'table-cell',
'table14-header': 'table-header',
'table14-header-block': 'block',
'table14-header-cell': 'table-cell',
'table14-header-row': 'table-row',
'table14-row': 'table-row',
'table15': 'table',
'table15-block-container': 'block-container',
'table15-body': 'table-body',
'table15-cell': 'table-cell',
'table15-header': 'table-header',
'table15-header-block': 'block',
'table15-header-cell': 'table-cell',
'table15-header-row': 'table-row',
'table15-row': 'table-row',
'table16': 'table',
'table16-block-container': 'block-container',
'table16-body': 'table-body',
'table16-cell': 'table-cell',
'table16-header': 'table-header',
'table16-header-block': 'block',
'table16-header-cell': 'table-cell',
'table16-header-row': 'table-row',
'table16-row': 'table-row',
'table17': 'table',
'table17-block-container': 'block-container',
'table17-body': 'table-body',
'table17-cell': 'table-cell',
'table17-header': 'table-header',
'table17-header-block': 'block',
'table17-header-cell': 'table-cell',
'table17-header-row': 'table-row',
'table17-row': 'table-row',
'table18': 'table',
'table18-block-container': 'block-container',
'table18-body': 'table-body',
'table18-cell': 'table-cell',
'table18-header': 'table-header',
'table18-header-block': 'block',
'table18-header-cell': 'table-cell',
'table18-header-row': 'table-row',
'table18-row': 'table-row',
'table19': 'table',
'table19-block-container': 'block-container',
'table19-body': 'table-body',
'table19-cell': 'table-cell',
'table19-header': 'table-header',
'table19-header-block': 'block',
'table19-header-cell': 'table-cell',
'table19-header-row': 'table-row',
'table19-row': 'table-row',
'table2': 'table',
'table2-block-container': 'block-container',
'table2-body': 'table-body',
'table2-cell': 'table-cell',
'table2-header': 'table-header',
'table2-header-block': 'block',
'table2-header-cell': 'table-cell',
'table2-header-row': 'table-row',
'table2-row': 'table-row',
'table20': 'table',
'table20-block-container': 'block-container',
'table20-body': 'table-body',
'table20-cell': 'table-cell',
'table20-header': 'table-header',
'table20-header-block': 'block',
'table20-header-cell': 'table-cell',
'table20-header-row': 'table-row',
'table20-row': 'table-row',
'table21': 'table',
'table21-block-container': 'block-container',
'table21-body': 'table-body',
'table21-cell': 'table-cell',
'table21-header': 'table-header',
'table21-header-block': 'block',
'table21-header-cell': 'table-cell',
'table21-header-row': 'table-row',
'table21-row': 'table-row',
'table22': 'table',
'table22-block-container': 'block-container',
'table22-body': 'table-body',
'table22-cell': 'table-cell',
'table22-header': 'table-header',
'table22-header-block': 'block',
'table22-header-cell': 'table-cell',
'table22-header-row': 'table-row',
'table22-row': 'table-row',
'table23': 'table',
'table23-block-container': 'block-container',
'table23-body': 'table-body',
'table23-cell': 'table-cell',
'table23-header': 'table-header',
'table23-header-block': 'block',
'table23-header-cell': 'table-cell',
'table23-header-row': 'table-row',
'table23-row': 'table-row',
'table24': 'table',
'table24-block-container': 'block-container',
'table24-body': 'table-body',
'table24-cell': 'table-cell',
'table24-header': 'table-header',
'table24-header-block': 'block',
'table24-header-cell': 'table-cell',
'table24-header-row': 'table-row',
'table24-row': 'table-row',
'table25': 'table',
'table25-block-container': 'block-container',
'table25-body': 'table-body',
'table25-cell': 'table-cell',
'table25-header': 'table-header',
'table25-header-block': 'block',
'table25-header-cell': 'table-cell',
'table25-header-row': 'table-row',
'table25-row': 'table-row',
'table26': 'table',
'table26-block-container': 'block-container',
'table26-body': 'table-body',
'table26-cell': 'table-cell',
'table26-header': 'table-header',
'table26-header-block': 'block',
'table26-header-cell': 'table-cell',
'table26-header-row': 'table-row',
'table26-row': 'table-row',
'table27': 'table',
'table27-block-container': 'block-container',
'table27-body': 'table-body',
'table27-cell': 'table-cell',
'table27-header': 'table-header',
'table27-header-block': 'block',
'table27-header-cell': 'table-cell',
'table27-header-row': 'table-row',
'table27-row': 'table-row',
'table28': 'table',
'table28-block-container': 'block-container',
'table28-body': 'table-body',
'table28-cell': 'table-cell',
'table28-header': 'table-header',
'table28-header-block': 'block',
'table28-header-cell': 'table-cell',
'table28-header-row': 'table-row',
'table28-row': 'table-row',
'table29': 'table',
'table29-block-container': 'block-container',
'table29-body': 'table-body',
'table29-cell': 'table-cell',
'table29-header': 'table-header',
'table29-header-block': 'block',
'table29-header-cell': 'table-cell',
'table29-header-row': 'table-row',
'table29-row': 'table-row',
'table3': 'table',
'table3-block-container': 'block-container',
'table3-body': 'table-body',
'table3-cell': 'table-cell',
'table3-header': 'table-header',
'table3-header-block': 'block',
'table3-header-cell': 'table-cell',
'table3-header-row': 'table-row',
'table3-row': 'table-row',
'table30': 'table',
'table30-block-container': 'block-container',
'table30-body': 'table-body',
'table30-cell': 'table-cell',
'table30-header': 'table-header',
'table30-header-block': 'block',
'table30-header-cell': 'table-cell',
'table30-header-row': 'table-row',
'table30-row': 'table-row',
'table4': 'table',
'table4-block-container': 'block-container',
'table4-body': 'table-body',
'table4-cell': 'table-cell',
'table4-header': 'table-header',
'table4-header-block': 'block',
'table4-header-cell': 'table-cell',
'table4-header-row': 'table-row',
'table4-row': 'table-row',
'table5': 'table',
'table5-block-container': 'block-container',
'table5-body': 'table-body',
'table5-cell': 'table-cell',
'table5-header': 'table-header',
'table5-header-block': 'block',
'table5-header-cell': 'table-cell',
'table5-header-row': 'table-row',
'table5-row': 'table-row',
'table6': 'table',
'table6-block-container': 'block-container',
'table6-body': 'table-body',
'table6-cell': 'table-cell',
'table6-header': 'table-header',
'table6-header-block': 'block',
'table6-header-cell': 'table-cell',
'table6-header-row': 'table-row',
'table6-row': 'table-row',
'table7': 'table',
'table7-block-container': 'block-container',
'table7-body': 'table-body',
'table7-cell': 'table-cell',
'table7-header': 'table-header',
'table7-header-block': 'block',
'table7-header-cell': 'table-cell',
'table7-header-row': 'table-row',
'table7-row': 'table-row',
'table8': 'table',
'table8-block-container': 'block-container',
'table8-body': 'table-body',
'table8-cell': 'table-cell',
'table8-header': 'table-header',
'table8-header-block': 'block',
'table8-header-cell': 'table-cell',
'table8-header-row': 'table-row',
'table8-row': 'table-row',
'table9': 'table',
'table9-block-container': 'block-container',
'table9-body': 'table-body',
'table9-cell': 'table-cell',
'table9-header': 'table-header',
'table9-header-block': 'block',
'table9-header-cell': 'table-cell',
'table9-header-row': 'table-row',
'table9-row': 'table-row',
'tip-block': 'block',
'tip-title-block': 'block',
'title-level1-block': 'block',
'title-level2-block': 'block',
'title-level3-block': 'block',
'title-level4-block': 'block',
'title-level5-block': 'block',
'title-level6-block': 'block',
'title-level7-block': 'block',
'title-level8-block': 'block',
'title-level9-block': 'block',
'title-number-inline': 'inline',
'title-reference-inline': 'inline',
'toc-block': 'block',
'toc-body-footer-block': 'block',
'toc-body-header-block': 'block',
'toc-body-simple-page-master': 'simple-page-master',
'toc-entry-defaults-block': 'block',
'toc-even-footer-block': 'block',
'toc-even-header-block': 'block',
'toc-even-simple-page-master': 'simple-page-master',
'toc-first-footer-block': 'block',
'toc-first-header-block': 'block',
'toc-first-simple-page-master': 'simple-page-master',
'toc-flow': 'flow',
'toc-level1-block': 'block',
'toc-level2-block': 'block',
'toc-level3-block': 'block',
'toc-level4-block': 'block',
'toc-level5-block': 'block',
'toc-odd-footer-block': 'block',
'toc-odd-header-block': 'block',
'toc-odd-simple-page-master': 'simple-page-master',
'toc-page-sequence': 'page-sequence',
'toc-simple-page-master': 'simple-page-master',
'toc-title-block': 'block',
'topic-block': 'block',
'topic-first-paragraph-block': 'block',
'topic-paragraph-block': 'block',
'topic-title-block': 'block',
'transition-block': 'block',
'version-block': 'block',
'warning-block': 'block',
'warning-title-block': 'block'}