php-src/ext/libxml
Niels Dossche 6980eba863
Support templated content
The template element in HTML 5 is special in the sense that it does not
add its contents into the DOM tree, but instead keeps them in a separate
shadow DOM document fragment. Interacting with the DOM tree cannot touch
the elements in the document fragment.

Closes GH-14906.
2024-07-15 11:10:51 +02:00
..
tests Replace @deprecated by #[\Deprecated] for internal functions / class constants (#14750) 2024-07-10 16:47:31 +02:00
config0.m4 Sync headers installation 2024-01-28 19:50:55 +01:00
config.w32 Sync headers installation 2024-01-28 19:50:55 +01:00
CREDITS
libxml_arginfo.h Replace @deprecated by #[\Deprecated] for internal functions / class constants (#14750) 2024-07-10 16:47:31 +02:00
libxml.c Support templated content 2024-07-15 11:10:51 +02:00
libxml.stub.php Replace @deprecated by #[\Deprecated] for internal functions / class constants (#14750) 2024-07-10 16:47:31 +02:00
mime_sniff.c More testing of mime_sniff and fix off-by-one causing trailing whitespace to not be always stripped (#12935) 2023-12-12 17:44:36 +01:00
php_libxml2.def Fix GH-14563: Build failure with libxml2 v2.13.0 2024-06-29 16:28:16 +02:00
php_libxml.h Support templated content 2024-07-15 11:10:51 +02:00