X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy.pm;h=3d3d05aa46438e4fcc92bafaa9c126dd2ecb2a04;hb=b18cbc277df1edbce00533abeac4d50907268273;hp=83d417c8184fb13aff1beaad51f1beb4b72bd094;hpb=b0a160eb080e21c2c29b0fb339d4145dd10d9265;p=irspy-moved-to-github.git diff --git a/lib/ZOOM/IRSpy.pm b/lib/ZOOM/IRSpy.pm index 83d417c..3d3d05a 100644 --- a/lib/ZOOM/IRSpy.pm +++ b/lib/ZOOM/IRSpy.pm @@ -1,4 +1,4 @@ -# $Id: IRSpy.pm,v 1.40 2006-10-26 18:02:59 mike Exp $ +# $Id: IRSpy.pm,v 1.41 2006-10-27 00:45:12 mike Exp $ package ZOOM::IRSpy; @@ -576,6 +576,7 @@ sub irspy_xpath_context { my $root = $doc->getDocumentElement(); my $xc = XML::LibXML::XPathContext->new($root); $xc->registerNs(e => 'http://explain.z3950.org/dtd/2.0/'); + $xc->registerNs(i => $irspy_ns); return $xc; }