Hash : bc06a522 Author : Date : 2022-03-02T02:57:49
Fix recursion check in xinclude.c Compare the included URL with the document's URL to detect local inclusions. Fixes #348.
Download
1 2 3 4 5 6 7 8 9
<?xml version="1.0" encoding="UTF-8"?> <book xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink"> <chapter> <para xml:id="t100">Introduction</para> </chapter> <chapter> <para xml:id="t100">Introduction</para> </chapter> </book>