lib/isodoc/function/to_word_html.rb in isodoc-1.0.13 vs lib/isodoc/function/to_word_html.rb in isodoc-1.0.14
- old
+ new
@@ -247,9 +247,11 @@
when "specification" then requirement_component_parse(node, out)
when "measurement-target" then requirement_component_parse(node, out)
when "verification" then requirement_component_parse(node, out)
when "import" then requirement_component_parse(node, out)
when "index" then index_parse(node, out)
+ when "concept" then concept_parse(node, out)
+ when "termref" then termrefelem_parse(node, out)
else
error_parse(node, out)
end
end
end