Comparison

teal-src/util/datamapper.tl @ 11452:c799bac7ca59

util.datamapper: Some TODOs
author Kim Alvefur <zash@zash.se>
date Wed, 10 Mar 2021 00:19:45 +0100
parent 11451:ee4f2296e7df
child 11453:f0037234b2e9
comparison
equal deleted inserted replaced
11451:ee4f2296e7df 11452:c799bac7ca59
11 -- 11 --
12 -- XML Object Extensions: 12 -- XML Object Extensions:
13 -- text to refer to the text content at the same time as attributes 13 -- text to refer to the text content at the same time as attributes
14 -- x_name_is_value for enum fields where the <tag-name/> is the value 14 -- x_name_is_value for enum fields where the <tag-name/> is the value
15 -- x_single_attribute for <tag attr="this"/> 15 -- x_single_attribute for <tag attr="this"/>
16 --
17 -- TODO arrays
18 -- TODO pointers
19 -- TODO cleanup / refactor
16 -- 20 --
17 21
18 local st = require "util.stanza"; 22 local st = require "util.stanza";
19 local js = require "util.jsonschema" 23 local js = require "util.jsonschema"
20 24