From a09823e81cb2728a34feb58226e6eba28de5db48 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Wed, 10 Mar 2021 00:19:38 +0100 Subject: util.datamapper: Add references with notes --- util/datamapper.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'util/datamapper.lua') diff --git a/util/datamapper.lua b/util/datamapper.lua index f4860d6d..35788499 100644 --- a/util/datamapper.lua +++ b/util/datamapper.lua @@ -41,10 +41,13 @@ local function parse_object(schema, s) if propschema.xml.attribute then is_attribute = true elseif propschema.xml.text then + is_text = true elseif propschema.xml.x_name_is_value then + name_is_value = true elseif propschema.xml.x_single_attribute then + single_attribute = propschema.xml.x_single_attribute end end -- cgit v1.2.3