[% series_tags = ['440', '490', '800', '810', '811', '830', '694']; loc = CGI.param('loc'); %]
[% FOR tag IN series_tags; %]
[% FOR node IN ctx.marc_xml.findnodes('//*[@tag="' _ tag _ '"]/*') %] [% IF !loop.first %] [% END %] [% node.textContent | html %] [% END %] [% END; %]