// drop opening and closing tag, return new CNC static L contentsOfContainerTag(L tok) { ret tok == null ? null : subList(tok, 2, l(tok)-2); } static L contentsOfContainerTag(L tok, S tagName) { ret contentsOfContainerTag(first(findContainerTag(tok, tagName))); }