util/datamapper.lua
changeset 11455 ee4f2296e7df
parent 11443 9abcdfdcdb01
child 11457 f0037234b2e9
--- a/util/datamapper.lua	Wed Mar 10 00:18:39 2021 +0100
+++ b/util/datamapper.lua	Wed Mar 10 00:19:38 2021 +0100
@@ -41,10 +41,13 @@
 				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