mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2026-01-26 21:41:34 +03:00
Also make text inclusions work with memory buffers, for example when using a custom entity loader, and fix a memory leak in case of invalid characters. Fixes #483.
4 lines
126 B
XML
4 lines
126 B
XML
<x xmlns:xinclude="http://www.w3.org/2001/XInclude">
|
|
<xinclude:include href="../ents/invalid_char.txt" parse="text"/>
|
|
</x>
|