<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-lxml.git/src/lxml/xpath.pxd, branch lxml-1.2</title>
<subtitle>github.com: lxml/lxml.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/'/>
<entry>
<title>[svn r1844] merged CAPI branch: C-API, objectify, classlookup, etc.</title>
<updated>2006-08-08T17:56:33+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2006-08-08T17:56:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=c9e60e062f73c2dab920b77cc3496744ce050995'/>
<id>c9e60e062f73c2dab920b77cc3496744ce050995</id>
<content type='text'>
--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r1301] reuse the parser dictionary also for XPath parsing</title>
<updated>2006-05-26T16:27:33+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2006-05-26T16:27:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=f4c49f94824e9da4da91075f9a7835353c8de8a7'/>
<id>f4c49f94824e9da4da91075f9a7835353c8de8a7</id>
<content type='text'>
--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r1090] fix and describe (doctests) API for evaluator-local extension functions</title>
<updated>2006-05-05T17:27:10+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2006-05-05T17:27:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=fcb3836cb49052a1f853003c7f3945eef733c95d'/>
<id>fcb3836cb49052a1f853003c7f3945eef733c95d</id>
<content type='text'>
--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r1089] cleanup in XPathContext, free variables with xmlXPathRegisteredVariablesCleanup, exceptions consistently raised in base class XPathEvaluatorBase</title>
<updated>2006-05-05T13:59:49+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2006-05-05T13:59:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=dfcf404f7969daaa1440221db7c4a2e1a5e42b4e'/>
<id>dfcf404f7969daaa1440221db7c4a2e1a5e42b4e</id>
<content type='text'>
--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r1023] cleanup in extension functions</title>
<updated>2006-04-28T10:47:31+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2006-04-28T10:47:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=572ad268135e008a870397e8089dc3604cada29c'/>
<id>572ad268135e008a870397e8089dc3604cada29c</id>
<content type='text'>
--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r482] Preparatory changes to pxd files from scoder2.</title>
<updated>2005-11-23T18:46:01+00:00</updated>
<author>
<name>faassen</name>
<email>none@none</email>
</author>
<published>2005-11-23T18:46:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=503be74d353f163b8623ecee9031e6d4c3ca85a5'/>
<id>503be74d353f163b8623ecee9031e6d4c3ca85a5</id>
<content type='text'>
--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r233] Check in first stab at XPath extension functions.</title>
<updated>2005-01-28T18:52:57+00:00</updated>
<author>
<name>faassen</name>
<email>none@none</email>
</author>
<published>2005-01-28T18:52:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=17e4ca0994de4b20e248c51fefe1df0d975c6db1'/>
<id>17e4ca0994de4b20e248c51fefe1df0d975c6db1</id>
<content type='text'>
Based on Marc-Antoine's code, but tried to simplify.

* need a lot more tests, take them from Marc-Antoine's selftestExtl.py
* need to evaluate this all in context of XSLT

--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on Marc-Antoine's code, but tried to simplify.

* need a lot more tests, take them from Marc-Antoine's selftestExtl.py
* need to evaluate this all in context of XSLT

--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r232] Break out xpath functionality into an explicit XPathEvaluator that can</title>
<updated>2005-01-28T17:15:47+00:00</updated>
<author>
<name>faassen</name>
<email>none@none</email>
</author>
<published>2005-01-28T17:15:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=9b25d25f54f60694d55a9e7016225de6a9cf21fd'/>
<id>9b25d25f54f60694d55a9e7016225de6a9cf21fd</id>
<content type='text'>
be reused to evaluate multiple XPath expressions against a document.
Reimplement the old xpath functionality in terms of this.

Expose more libxml2 api in the xpath.pxd module.

Thanks Marc-Antoine Parent for the patch that most of these changes were
taken from.

Move some code around restructuring a bit, grouping XPath related functionality
together and moving the dict-sharing parser API down.

--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
be reused to evaluate multiple XPath expressions against a document.
Reimplement the old xpath functionality in terms of this.

Expose more libxml2 api in the xpath.pxd module.

Thanks Marc-Antoine Parent for the patch that most of these changes were
taken from.

Move some code around restructuring a bit, grouping XPath related functionality
together and moving the dict-sharing parser API down.

--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r219] * Start of Relax NG validation support. It works, but no error reporting</title>
<updated>2005-01-19T19:11:43+00:00</updated>
<author>
<name>faassen</name>
<email>none@none</email>
</author>
<published>2005-01-19T19:11:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=adeb56ba53cb071b95fdfb18f689d4faa2fc5665'/>
<id>adeb56ba53cb071b95fdfb18f689d4faa2fc5665</id>
<content type='text'>
  functionality yet.

* Structuring exceptions; not enough test coverage yet.

* Ability to shut up libxml2 error reporting completely if DEBUG is set to
  False

--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  functionality yet.

* Structuring exceptions; not enough test coverage yet.

* Ability to shut up libxml2 error reporting completely if DEBUG is set to
  False

--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r215] Allow registering namespaces for xpath evaluation.</title>
<updated>2005-01-18T19:15:39+00:00</updated>
<author>
<name>faassen</name>
<email>none@none</email>
</author>
<published>2005-01-18T19:15:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=a39a60464bcc18dc8ad137571f38b4fdf8b38b71'/>
<id>a39a60464bcc18dc8ad137571f38b4fdf8b38b71</id>
<content type='text'>
--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
</feed>
