Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-03-08 | Improves accumulator fun in xmerl_scan so that only one #xmlText record is ↵ | Jimmy Zöger | |
returned for strings which have character references * Adds test with character reference in numeric form * Updates test for ticket_7430 | |||
2017-02-15 | [xmerl] Correct handling of implicit XML namespace | Lars Thorsen | |
The namespace_conformant option did not work when parsing documents without explicit XML namespace declaration. | |||
2016-11-30 | Include explicit attrs when default_attrs=true | Shaun Mangelsdorf | |
With the `default_attrs` option set to `true`, xmerl was replacing the attributes for each element with the default attributes, discarding any attributes which were explicitly set. The new behaviour appends the default attributes, keeping the explicit attributes intact. | |||
2016-05-20 | Eliminate use of doc and suite clauses | Björn-Egil Dahlberg | |
Those clause are obsolete and never used by common_test. | |||
2016-05-20 | Eliminate use of ?config() macro | Björn-Egil Dahlberg | |
2016-05-20 | Modernize timetraps | Björn-Egil Dahlberg | |
2016-05-20 | Remove ?line macros | Björn-Egil Dahlberg | |
2016-03-15 | update copyright-year | Henrik Nord | |
2016-02-17 | Eliminate use of test_server.hrl and test_server_line.hrl | Björn Gustavsson | |
As a first step to removing the test_server application as as its own separate application, change the inclusion of test_server.hrl to an inclusion of ct.hrl and remove the inclusion of test_server_line.hrl. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2013-11-05 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-11-04 | xmerl: Add tests for XPath queries that resolve the context namespace | Daniel White | |
Ensures that both the original namespace prefix and a namespace prefix provided to the xmlContext will both return the same sets of nodes. | |||
2013-04-19 | Remove the "coding: utf-8" comment from all Erlang source files | Hans Bolinder | |
2013-01-09 | Prepare OTP files for Unicode as default encoding | Hans Bolinder | |
2011-11-11 | Fix bugs and add a flag to skip comments | Lars Thorsen | |
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. | |||
2011-09-26 | [xmerl] Fix streaming bug in xmerl_scan (Thanks to Simon Cornish) | Lars Thorsen | |
2011-08-09 | Added test case for ticket 9411. | Lars Thorsen | |
2011-05-20 | Update copyright years | Björn-Egil Dahlberg | |
2011-05-10 | Using the same testdata for testing xmerl_scan and xmerl_sax_parser. | Lars Thorsen | |
2011-05-10 | Add test suite for xmerl | Björn Gustavsson | |