teal-src/util/datamapper.tl
changeset 11456 c799bac7ca59
parent 11455 ee4f2296e7df
child 11457 f0037234b2e9
equal deleted inserted replaced
11455:ee4f2296e7df 11456: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