<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/xmerl/include, branch master</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>2016-03-15T14:19:56+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2016-03-15T14:19:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6664eed554974336909d3ffe03f20349cc4c38fd'/>
<id>6664eed554974336909d3ffe03f20349cc4c38fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change license text to APLv2</title>
<updated>2015-06-18T09:31:02+00:00</updated>
<author>
<name>Bruce Yinhe</name>
<email>bruce@erlang.org</email>
</author>
<published>2015-06-18T09:31:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=738c34d4bb8f1a3811acd00af8c6c12107f8315b'/>
<id>738c34d4bb8f1a3811acd00af8c6c12107f8315b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused file</title>
<updated>2012-03-21T06:35:29+00:00</updated>
<author>
<name>Lars Thorsen</name>
<email>lars@erlang.org</email>
</author>
<published>2012-03-07T13:04:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2bb66a956eeed6721dd0ff1f5d7540a7b1eef597'/>
<id>2bb66a956eeed6721dd0ff1f5d7540a7b1eef597</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 years</title>
<updated>2011-12-09T15:22:23+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2011-12-09T15:22:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=984f4e1c21f2c9f4a03024d36afd393515276a65'/>
<id>984f4e1c21f2c9f4a03024d36afd393515276a65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix misspelling of chosen</title>
<updated>2011-12-05T17:28:47+00:00</updated>
<author>
<name>Tuncer Ayaz</name>
<email>tuncer.ayaz@gmail.com</email>
</author>
<published>2011-12-05T17:28:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f3052a3a1a78c5cb5135c5c96c64ae4a39433745'/>
<id>f3052a3a1a78c5cb5135c5c96c64ae4a39433745</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bugs and add a flag to skip comments</title>
<updated>2011-11-11T11:07:04+00:00</updated>
<author>
<name>Lars Thorsen</name>
<email>lars@erlang.org</email>
</author>
<published>2011-10-28T08:37:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5b2375ff231353c059a340d95b317d998df279fc'/>
<id>5b2375ff231353c059a340d95b317d998df279fc</id>
<content type='text'>
Add flag {comments, Flag} to xmerl_scan for filtering of comments.
Default (true) is that xmlComment records are returned from the scanner
and this flag should be set to false if one don't want comments
in the output.

Fix some bugs to get the test cases to run clean.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add flag {comments, Flag} to xmerl_scan for filtering of comments.
Default (true) is that xmlComment records are returned from the scanner
and this flag should be set to false if one don't want comments
in the output.

Fix some bugs to get the test cases to run clean.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement namespace axis</title>
<updated>2011-11-11T10:58:43+00:00</updated>
<author>
<name>Anthony Ramine</name>
<email>nox@dev-extend.eu</email>
</author>
<published>2010-12-07T10:30:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ef8ba559efdef989a5c608ac40635410500395df'/>
<id>ef8ba559efdef989a5c608ac40635410500395df</id>
<content type='text'>
Namespace nodes are represented as `#xmlNsNode` records.
Now that the namespace axis is correctly implemented, attributes nodes
corresponding to attributes that declare namespaces are ignored.

See [5.3 Attribute Nodes][xpath-5.3]:
&gt; There are no attribute nodes corresponding to attributes
&gt; that declare namespaces.

[xpath-5.3]: http://www.w3.org/TR/xpath/#attribute-nodes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Namespace nodes are represented as `#xmlNsNode` records.
Now that the namespace axis is correctly implemented, attributes nodes
corresponding to attributes that declare namespaces are ignored.

See [5.3 Attribute Nodes][xpath-5.3]:
&gt; There are no attribute nodes corresponding to attributes
&gt; that declare namespaces.

[xpath-5.3]: http://www.w3.org/TR/xpath/#attribute-nodes
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `default_attrs` option</title>
<updated>2011-11-11T10:58:43+00:00</updated>
<author>
<name>Anthony Ramine</name>
<email>nox@dev-extend.eu</email>
</author>
<published>2010-12-18T22:49:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=fcf6b58a1f7a2eafa0db79f1715db1c193c3f346'/>
<id>fcf6b58a1f7a2eafa0db79f1715db1c193c3f346</id>
<content type='text'>
When `default_attrs` is `true`, any attribute with a default value defined
in the doctype but not in the attribute axis of the currently scanned
element is added to it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When `default_attrs` is `true`, any attribute with a default value defined
in the doctype but not in the attribute axis of the currently scanned
element is added to it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow whole documents to be returned</title>
<updated>2011-11-11T10:58:42+00:00</updated>
<author>
<name>Anthony Ramine</name>
<email>nox@dev-extend.eu</email>
</author>
<published>2010-12-07T16:28:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=7fc95c00764fc13d2e3e676cca1a66be5d672c41'/>
<id>7fc95c00764fc13d2e3e676cca1a66be5d672c41</id>
<content type='text'>
Functions `xmerl_scan:file/2` and `xmerl_scan:string/2` now accepts a
new option `{document, true}` to produce a whole document as a
`xmlDocument` record instead of just the root element node.

You may wonder why this would be useful, this option is the only way to
get to the top-level comments and processing instructions without
hooking through the customization functions. Those nodes are needed to
implement [Canonical XML][c14n-xml] support.

[c14n-xml]: http://www.w3.org/TR/2008/PR-xml-c14n11-20080129/
            "Canonical XML"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Functions `xmerl_scan:file/2` and `xmerl_scan:string/2` now accepts a
new option `{document, true}` to produce a whole document as a
`xmlDocument` record instead of just the root element node.

You may wonder why this would be useful, this option is the only way to
get to the top-level comments and processing instructions without
hooking through the customization functions. Those nodes are needed to
implement [Canonical XML][c14n-xml] support.

[c14n-xml]: http://www.w3.org/TR/2008/PR-xml-c14n11-20080129/
            "Canonical XML"
</pre>
</div>
</content>
</entry>
<entry>
<title>Track parents in `#xmlPI` nodes</title>
<updated>2011-11-11T10:58:42+00:00</updated>
<author>
<name>Anthony Ramine</name>
<email>nox@dev-extend.eu</email>
</author>
<published>2010-12-07T13:23:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2b11547e61112b102a02de6b30c11c37e34ca21b'/>
<id>2b11547e61112b102a02de6b30c11c37e34ca21b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
