Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for generic/domhtml5.c
2024-07-15
| ||
22:54 | Added some const declaration and spell fixes. Bow to Gustaf. file: [53c3f44545] check-in: [046fbf0195] user: rolf branch: trunk, size: 13152 | |
2023-05-19
| ||
12:32 | More type adapation for big node set results. Renamed rsInt to rsLong to make clear that a long integer value is returned. Improvement to the XPath functions floor, ceiling and round implementation. file: [6a841ebf1f] check-in: [c95a6d5ae2] user: rolf branch: towardsTcl9, size: 13152 | |
2022-08-12
| ||
00:28 | Automaticall proovereading. file: [067e23062b] check-in: [e36a320c65] user: rolf branch: trunk, size: 13135 | |
2020-09-26
| ||
13:45 | Applied spell fixes provided by Gustaf Neumann (slightly modified and enhanced). file: [cfcb308efc] check-in: [a8fac2ca99] user: rolf branch: trunk, size: 13135 | |
2018-08-08
| ||
22:39 | Changed the license to MPL 2.0. file: [90519cc208] check-in: [39f9d6bbbf] user: rolf branch: trunk, size: 13129 | |
2018-07-17
| ||
00:23 | Some --pedantic compiler pacifying. file: [5f5a51a46b] check-in: [491081c44c] user: rolf branch: trunk, size: 13129 | |
2017-08-10
| ||
17:04 | Fixed the mess up of domhtml5.c due to editing error while changing the signatur of the tdom core functions domNewElementNode und domNewElementNodeNS. Corrected the help text of the configure option --enable-html (it wrongly claimed from an earlier state it would be build in if the gumbo lib is available, but it is in fact only enabled if explictely requested, for better). file: [7ca86f4b6d] check-in: [f02dd1b319] user: rolf branch: trunk, size: 13082 | |
2017-04-19
| ||
23:15 | Removed unused parameter from domNewElementNode and domNewElementNodeNS- file: [1d20aa3f14] check-in: [c7e9aae252] user: rolf branch: trunk, size: 13031 | |
2017-04-04
| ||
23:58 | Changed default of --enable-html5 back to off. By following the rules now the generated DOM trees are "namespaced", the HTML tags in the xhtml, the sgv and mathml tags and the xlink attributes in their respectivly namespaces. Since this probably isn't wanted by a lot of users and adds only burden for no good in a lot of use cases -html5 can be combined with -ignorexmlns, in which case all nodes and attributes in the DOM tree are not in an XML namespace. Added a few words of documentation and tests. file: [d436251248] check-in: [15f1033a6f] user: rolf branch: html5_by_gumbo, size: 13152 | |
2017-03-25
| ||
01:18 | Added: Added an experimental dom parse -html5 option, that uses the gumbo library (https://github.com/google/gumbo-parser) to generate a tdom DOM tree out of (html5) input. It's disabled, by default, enable it with ../configure --enable-html5. This link against the gumbo lib and therefor require that to be installed. file: [0766a8f679] check-in: [5f8d95de29] user: rolf branch: html5_by_gumbo, size: 5727 | |