lib/isodoc/function/to_word_html.rb in isodoc-1.5.3 vs lib/isodoc/function/to_word_html.rb in isodoc-1.5.4
- old
+ new
@@ -223,9 +223,10 @@
when "legal-statement" then legal_parse(node, out)
when "feedback-statement" then feedback_parse(node, out)
when "passthrough" then passthrough_parse(node, out)
when "amend" then amend_parse(node, out)
when "tab" then clausedelimspace(out) # in Presentation XML only
+ when "svg" then svg_parse(node, out) # introduced in Presentation XML only
else
error_parse(node, out)
end
end
end