diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2022-07-25 08:44:30 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2022-07-25 08:44:30 +0900 |
commit | caddf4263e53bc5cff209751e07283ceedc308f5 (patch) | |
tree | 19977a1ec009a8dd8979141a3308a63c0d438acd /docs/libxml.dbk | |
parent | bdbd8df056892514e113690a7c3fc8f46b87293c (diff) | |
download | perl-XML-LibXML-caddf4263e53bc5cff209751e07283ceedc308f5.tar.gz perl-XML-LibXML-caddf4263e53bc5cff209751e07283ceedc308f5.tar.bz2 perl-XML-LibXML-caddf4263e53bc5cff209751e07283ceedc308f5.zip |
Imported Upstream version 2.0206upstream/2.0206
Diffstat (limited to 'docs/libxml.dbk')
-rw-r--r-- | docs/libxml.dbk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libxml.dbk b/docs/libxml.dbk index 8681a76..5f35e39 100644 --- a/docs/libxml.dbk +++ b/docs/libxml.dbk @@ -22,7 +22,7 @@ </authorgroup> - <edition>2.0205</edition> + <edition>2.0206</edition> <copyright> <year>2001-2007</year> <holder>AxKit.com Ltd</holder> @@ -6003,7 +6003,7 @@ my @nodes = $xc->findnodes('$A[work_area/street = $B]/name'); <term>registerVarLookupFunc</term> <listitem><funcsynopsis><funcsynopsisinfo>$xpc->registerVarLookupFunc($callback, $data)</funcsynopsisinfo></funcsynopsis> <para>Registers variable lookup function - <literal>$prefix</literal>. The registered function is + <literal>$callback</literal>. The registered function is executed by the XPath engine each time an XPath variable is evaluated. It takes three arguments: <literal>$data</literal>, variable name, and variable |