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