let xml_list_of_ts_title_opt (title_opt : ts_title option) : Xml.xml list = match title_opt with |None -> [] |Some title -> [xml_of_ts_title title]