mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-27 03:21:26 +03:00
5add868b2e
* Makefile.am: stop generating wrong result file with * in name * relaxng.c: fixing the include bug raised by Sebastian Rahtz * result/relaxng/demo* test/relaxng/demo: added the tests from Sebastian reproducing the problem. Daniel
12 lines
269 B
XML
12 lines
269 B
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<grammar xmlns="http://relaxng.org/ns/structure/1.0"
|
|
datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
|
|
|
|
<include href="demo2.rng">
|
|
<define name="TEI.prose"><ref name="INCLUDE"/></define>
|
|
</include>
|
|
</grammar>
|
|
|
|
|
|
|