mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-19 14:50:07 +03:00
* xinclude.c parserInternals.c encoding.c: fixed #99082 for xi:include encoding="..." support on text includes. * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml test/XInclude/ents/isolatin.txt : added a specific regression test * python/generator.py python/libxml2class.txt: fixed the generator the new set of comments generated for doc/libxml2-api.xml were breaking the python generation. Daniel
7 lines
206 B
XML
7 lines
206 B
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<x xmlns:xinclude="http://www.w3.org/2001/XInclude">
|
|
<!-- Simple test of including another text document -->
|
|
test with accents in ISO-8859-1: À Á é è
|
|
|
|
</x>
|