X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=web%2Fhtdocs%2Fraw.html;h=5188ef8ca1235e48126ee21c17b803d441060a33;hb=b66f67b1ca0675fc3529ed886d2bd7165d42bd6a;hp=a19888069b16a3790196b65a1e8f2e4ff1d14c72;hpb=77c1afb9cfe96df5a0caedf295ccec591a697239;p=irspy-moved-to-github.git diff --git a/web/htdocs/raw.html b/web/htdocs/raw.html index a198880..5188ef8 100644 --- a/web/htdocs/raw.html +++ b/web/htdocs/raw.html @@ -1,13 +1,14 @@ -%# $Id: raw.html,v 1.9 2007-05-11 13:53:40 mike Exp $ <%args> $id <%once> use ZOOM; -use ZOOM::IRSpy::Utils qw(cql_target); +use ZOOM::IRSpy; +use ZOOM::IRSpy::Utils qw(cql_target xml_encode); <%perl> -my $conn = new ZOOM::Connection("localhost:8018/IR-Explain---1"); +my $db = ZOOM::IRSpy::connect_to_registry(); +my $conn = new ZOOM::Connection($db); $conn->option(elementSetName => "zeerexNoAuth"); my $rs = $conn->search(new ZOOM::Query::CQL(cql_target($id))); my $n = $rs->size();