static L xml_contentsOfTag_multi(L tok, S tag) { new L l; for (L tag : findContainerTag(tok, tag)) l.add(trim(join(contentsOfContainerTag(tag)))); ret l; }