mirror of
https://github.com/php/php-src.git
synced 2024-12-17 05:50:14 +08:00
87bd7d57c6
domdocument->schemaValidate(string filename) domdocument->schemaValidateSource(string xml) domdocument->relaxNGValidate(string filename) domdocument->relaxNGValidateSource(string xml) also fix domelement->setAttributeNS
8 lines
373 B
XML
8 lines
373 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">
|
|
|
|
<define name="TEI.prose" combine="interleave">
|
|
<ref name="IGNORE"/>
|
|
</define>
|
|
|
|
</grammar> |