libxml2 2.9.1 clean sources
[tomato.git] / release / src / router / libxml2 / test / relaxng / demo3.rng
blob73e1eb61651029f231cd66d3584e18d58fa87730
1 <?xml version="1.0" encoding="utf-8"?>
2 <grammar xmlns="http://relaxng.org/ns/structure/1.0" xmlns:t="http://www.thaiopensource.com/ns/annotations" xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
4 <define name="TEI.prose" combine="interleave">
5 <ref name="IGNORE"/>
6 </define>
8 </grammar>