<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-lxml.git/doc/FAQ.txt, branch lxml-4.3</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>Updates description</title>
<updated>2018-10-14T11:44:18+00:00</updated>
<author>
<name>Andrey Ermilov</name>
<email>andrerm@ya.ru</email>
</author>
<published>2018-10-14T11:44:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=f884405b4a67555bece4922311f8c0e986dd4208'/>
<id>f884405b4a67555bece4922311f8c0e986dd4208</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix broken link FAQ page</title>
<updated>2018-10-13T18:36:15+00:00</updated>
<author>
<name>Andrey Ermilov</name>
<email>andrerm@ya.ru</email>
</author>
<published>2018-10-13T18:36:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=4c5f71ba5b6826d0f1e3c84576cb277088d1d6e4'/>
<id>4c5f71ba5b6826d0f1e3c84576cb277088d1d6e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a FAQ entry on namespaces.</title>
<updated>2018-06-15T10:15:26+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2018-06-15T10:15:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=21405074fddfd337bc4acb042fdcaaa02c1a7dfb'/>
<id>21405074fddfd337bc4acb042fdcaaa02c1a7dfb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add FAQ related to XML catalogues.</title>
<updated>2018-01-12T15:24:35+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2018-01-12T15:24:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=a9eabde93549f13c040c1522b0814058d2665937'/>
<id>a9eabde93549f13c040c1522b0814058d2665937</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add clarifying disclaimer to FAQ section</title>
<updated>2017-08-06T05:15:54+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2017-08-06T05:15:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=82675f9d03a180471056e9fd629e0f13ce4085a1'/>
<id>82675f9d03a180471056e9fd629e0f13ce4085a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added caveat to dict-of-dicts code</title>
<updated>2017-08-05T23:33:03+00:00</updated>
<author>
<name>Steven Kalt</name>
<email>SKalt@users.noreply.github.com</email>
</author>
<published>2017-08-05T23:33:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=cf81996d3bfa9195dffc701aaf4a06e256e77605'/>
<id>cf81996d3bfa9195dffc701aaf4a06e256e77605</id>
<content type='text'>
The code given to transform an element to a dict of dicts will overwrite information in parallel tags, so `&lt;a&gt;&lt;b&gt;c&lt;/b&gt;&lt;b&gt;d&lt;/b&gt;&lt;/a&gt;` will become `{'a':{'b':'d'}}`.  I've taken a stab at writing a replacement that places duplicated tags in arrays [here](https://gist.github.com/SKalt/9fdef848e4917538bd53a7d2368c1a9f); suggestions appreciated.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The code given to transform an element to a dict of dicts will overwrite information in parallel tags, so `&lt;a&gt;&lt;b&gt;c&lt;/b&gt;&lt;b&gt;d&lt;/b&gt;&lt;/a&gt;` will become `{'a':{'b':'d'}}`.  I've taken a stab at writing a replacement that places duplicated tags in arrays [here](https://gist.github.com/SKalt/9fdef848e4917538bd53a7d2368c1a9f); suggestions appreciated.</pre>
</div>
</content>
</entry>
<entry>
<title>link to manylinux PEP from related FAQ entries</title>
<updated>2016-12-26T16:03:54+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2016-12-26T16:03:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=6089a6eacf97cf5c6a368b44838fdc57756b33d3'/>
<id>6089a6eacf97cf5c6a368b44838fdc57756b33d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>improve build FAQs</title>
<updated>2016-12-26T15:41:25+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2016-12-26T15:41:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=43c202b299d7ce474087e9930d2c77d3ceeb7d1a'/>
<id>43c202b299d7ce474087e9930d2c77d3ceeb7d1a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in FAQ.txt</title>
<updated>2016-10-21T15:40:55+00:00</updated>
<author>
<name>jackieleng</name>
<email>Jackie.Leng@nelen-schuurmans.nl</email>
</author>
<published>2016-10-21T15:40:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=baf45f56c9ffef064a98ea7426ebbce96e5fe9df'/>
<id>baf45f56c9ffef064a98ea7426ebbce96e5fe9df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert readthedocs link for their .org -&gt; .io migration for hosted projects</title>
<updated>2016-05-29T13:15:20+00:00</updated>
<author>
<name>Adam Chainz</name>
<email>adam@adamj.eu</email>
</author>
<published>2016-05-29T13:15:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=550adab6ae4a202a00def3246bb324c60c5dc7c4'/>
<id>550adab6ae4a202a00def3246bb324c60c5dc7c4</id>
<content type='text'>
As per their email ‘Changes to project subdomains’:

&gt; Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.

Test Plan: Manually visited all the links I’ve modified.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As per their email ‘Changes to project subdomains’:

&gt; Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.

Test Plan: Manually visited all the links I’ve modified.
</pre>
</div>
</content>
</entry>
</feed>
