let xml_list_of_tu_date_opt (doc_settings : t_doc_settings) (date_opt : tu_date option) : Xml.xml list = match date_opt with |None -> [] |Some date -> match xml_of_tu_date doc_settings date with |Some xml -> [xml] |None -> []