mirror of
https://github.com/php/php-src.git
synced 2024-12-01 05:43:38 +08:00
80fd6dcaa4
set xml base directory so it is consistant add validation examples
23 lines
586 B
XML
23 lines
586 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<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">
|
|
|
|
<start>
|
|
<ref name="TEI.2"/>
|
|
</start>
|
|
<define name="IGNORE">
|
|
<notAllowed/>
|
|
</define>
|
|
<define name="INCLUDE">
|
|
<empty/>
|
|
</define>
|
|
|
|
|
|
<include href="relaxNG3.rng"/>
|
|
|
|
<define name="TEI.2">
|
|
<element name="TEI.2">
|
|
<text/>
|
|
</element>
|
|
</define>
|
|
|
|
</grammar> |