<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/xmerl/src, branch KennethL-patch-1</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Update copyright year</title>
<updated>2017-06-14T13:36:21+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2017-06-14T13:36:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=43718d3b81d7f3d08e25047e22d579801bbe5044'/>
<id>43718d3b81d7f3d08e25047e22d579801bbe5044</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2017-06-05T08:23:09+00:00</updated>
<author>
<name>Lars Thorsen</name>
<email>lars@erlang.org</email>
</author>
<published>2017-06-05T08:23:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3cfd0ee2fc1edb9b6c613d8efeac2fdc51b3e4ba'/>
<id>3cfd0ee2fc1edb9b6c613d8efeac2fdc51b3e4ba</id>
<content type='text'>
Conflicts:
	OTP_VERSION
	erts/vsn.mk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	OTP_VERSION
	erts/vsn.mk
</pre>
</div>
</content>
</entry>
<entry>
<title>[xmerl] Fix endDocument bug in output backends</title>
<updated>2017-05-24T10:53:22+00:00</updated>
<author>
<name>Lars Thorsen</name>
<email>lars@erlang.org</email>
</author>
<published>2017-05-24T05:30:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f8ab425800ba3b01251616eb73d5faf22bc63387'/>
<id>f8ab425800ba3b01251616eb73d5faf22bc63387</id>
<content type='text'>
* Fix problem of unexpected endDocument in the old_dom and
  simple output backends
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix problem of unexpected endDocument in the old_dom and
  simple output backends
</pre>
</div>
</content>
</entry>
<entry>
<title>[xmerl] Fix fragmented xml directive bug and replace ets table</title>
<updated>2017-05-24T10:50:59+00:00</updated>
<author>
<name>Lars Thorsen</name>
<email>lars@erlang.org</email>
</author>
<published>2017-05-18T10:03:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f3851c6348596b0a9dda2997dac92d9ca9d7c2c1'/>
<id>f3851c6348596b0a9dda2997dac92d9ca9d7c2c1</id>
<content type='text'>
* Fix continuation bug if the xml directive is fragmented
* Replace the ENTITY ets table with a map
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix continuation bug if the xml directive is fragmented
* Replace the ENTITY ets table with a map
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year</title>
<updated>2017-05-04T13:42:21+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2017-05-04T13:42:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=83e20c62057ebc1d8064bf57b01be560cd244e1d'/>
<id>83e20c62057ebc1d8064bf57b01be560cd244e1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year</title>
<updated>2017-03-10T14:00:46+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2017-03-10T14:00:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=26c3cd82529836cb5b6eefbf7f92f318fd91f847'/>
<id>26c3cd82529836cb5b6eefbf7f92f318fd91f847</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improves accumulator fun in xmerl_scan so that only one #xmlText record is returned for strings which have character references</title>
<updated>2017-03-08T13:56:06+00:00</updated>
<author>
<name>Jimmy Zöger</name>
<email>jimmy.zoger@kivra.com</email>
</author>
<published>2017-03-08T13:56:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=027c94a04a3c78daa351b025c68694f01c566560'/>
<id>027c94a04a3c78daa351b025c68694f01c566560</id>
<content type='text'>
* Adds test with character reference in numeric form
* Updates test for ticket_7430
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Adds test with character reference in numeric form
* Updates test for ticket_7430
</pre>
</div>
</content>
</entry>
<entry>
<title>Removes redundant function clause</title>
<updated>2017-03-08T13:11:53+00:00</updated>
<author>
<name>Jimmy Zöger</name>
<email>jimmy.zoger@kivra.com</email>
</author>
<published>2017-03-08T13:11:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ca34a6c16a146cb5780a9c28cb5614e2e846d318'/>
<id>ca34a6c16a146cb5780a9c28cb5614e2e846d318</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2017-03-07T10:43:44+00:00</updated>
<author>
<name>Lars Thorsen</name>
<email>lars@erlang.org</email>
</author>
<published>2017-03-07T10:43:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1982fbc8a8b25709b7c7b6831e786d7a9ce361f2'/>
<id>1982fbc8a8b25709b7c7b6831e786d7a9ce361f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[xmerl] Fix compiler and dialyzer warnings</title>
<updated>2017-03-07T10:29:19+00:00</updated>
<author>
<name>Lars Thorsen</name>
<email>lars@erlang.org</email>
</author>
<published>2017-03-06T12:17:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=47c07a3ed61b9d51c043f073ca70fd66d91ef4b2'/>
<id>47c07a3ed61b9d51c043f073ca70fd66d91ef4b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
