pub fn join_core_documents(
main: &str,
supplements: &[String],
) -> Result<String, String>Expand description
Join a main core-XML string with zero or more supplements, returning the
combined core XML. With no supplements the main is returned verbatim.