|
From: Ilya M. <m_...@us...> - 2003-05-21 15:33:52
|
Update of /cvsroot/perl-xml/XML-LibXML-XPathContext
In directory sc8-pr-cvs1:/tmp/cvs-serv10277
Modified Files:
README
Log Message:
Updated
Index: README
===================================================================
RCS file: /cvsroot/perl-xml/XML-LibXML-XPathContext/README,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- README 30 Apr 2003 20:45:15 -0000 1.4
+++ README 21 May 2003 15:33:44 -0000 1.5
@@ -196,8 +196,6 @@
$xc->registerFunction('func', sub { $xc->findvalue('1') });
my $result = $xc->findvalue('func()');
- Currently this module doesn't work on Mac OS X.
-
AUTHORS
Based on XML::LibXML and XML::XSLT code by Matt Sergeant and Christian
Glahn.
|