Imported Upstream version 2.8.0
[platform/upstream/libxml2.git] / test / relaxng / demo.rng
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <grammar xmlns="http://relaxng.org/ns/structure/1.0"
3  datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
4
5 <include href="demo2.rng">
6 <define name="TEI.prose"><ref name="INCLUDE"/></define>
7 </include>
8 </grammar>
9
10
11