projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0a160e
)
irspy_xpath_context() also registers "i" as the IRSpy namespace.
author
Mike Taylor
<mike@indexdata.com>
Fri, 27 Oct 2006 00:45:12 +0000
(
00:45
+0000)
committer
Mike Taylor
<mike@indexdata.com>
Fri, 27 Oct 2006 00:45:12 +0000
(
00:45
+0000)
lib/ZOOM/IRSpy.pm
patch
|
blob
|
history
diff --git
a/lib/ZOOM/IRSpy.pm
b/lib/ZOOM/IRSpy.pm
index
83d417c
..
3d3d05a
100644
(file)
--- 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;
}