@@ -40,19 +40,19 @@ Converts xml formatted string to record
4040<note>
4141 <remember>Event</remember>
4242</note>' | from xml
43- ╭──────────────────────┬────────── ───────────────────────────────────────────────────────────────────────────╮
44- │ tag │ note │
45- │ attributes │ {record 0 fields} │
46- │ │ ╭───┬──────────┬───────────────────┬────────────────────────────────────╮ │
47- │ content │ │ # │ tag │ attributes │ content │ │
48- │ │ ├───┼──────────┼───────────────────┼────────────────────────────────────┤ │
49- │ │ │ 0 │ remember │ {record 0 fields} │ ╭───┬─────┬────────────┬─────────╮ │ │
50- │ │ │ │ │ │ │ # │ tag │ attributes │ content │ │ │
51- │ │ │ │ │ │ ├───┼─────┼────────────┼─────────┤ │ │
52- │ │ │ │ │ │ │ 0 │ │ │ Event │ │ │
53- │ │ │ │ │ │ ╰───┴─────┴────────────┴─────────╯ │ │
54- │ │ ╰───┴──────────┴───────────────────┴────────────────────────────────────╯ │
55- ╰──────────────────────┴────────── ───────────────────────────────────────────────────────────────────────────╯
43+ ╭────────────┬ ───────────────────────────────────────────────────────────────────────────╮
44+ │ tag │ note │
45+ │ attributes │ {record 0 fields} │
46+ │ │ ╭───┬──────────┬───────────────────┬────────────────────────────────────╮ │
47+ │ content │ │ # │ tag │ attributes │ content │ │
48+ │ │ ├───┼──────────┼───────────────────┼────────────────────────────────────┤ │
49+ │ │ │ 0 │ remember │ {record 0 fields} │ ╭───┬─────┬────────────┬─────────╮ │ │
50+ │ │ │ │ │ │ │ # │ tag │ attributes │ content │ │ │
51+ │ │ │ │ │ │ ├───┼─────┼────────────┼─────────┤ │ │
52+ │ │ │ │ │ │ │ 0 │ │ │ Event │ │ │
53+ │ │ │ │ │ │ ╰───┴─────┴────────────┴─────────╯ │ │
54+ │ │ ╰───┴──────────┴───────────────────┴────────────────────────────────────╯ │
55+ ╰────────────┴ ───────────────────────────────────────────────────────────────────────────╯
5656```
5757
5858## Notes
0 commit comments