Login   Register  
PHP Classes
elePHPant
Icontem

File: validation_sample1.xml

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Luis Argerich  >  Schematron  >  validation_sample1.xml  >  Download  
File: validation_sample1.xml
Role: ???
Content type: text/plain
Description: Example of Schematron script
Class: Schematron
Validate XML files using Schematron from PHP
Author: By
Last change:
Date: 2002-06-19 16:55
Size: 465 bytes
 

Contents

Class file image Download
<schema xmlns="http://www.ascc.net/xml/schematron" > 
     <pattern name="Print both cases"> 
          <rule context="AAA"> 
               <assert test="BBB">BBB element is missing.</assert> 
               <report test="BBB">BBB element is present.</report> 
               <assert test="@name">AAA misses attribute name.</assert> 
               <report test="@name">AAA contains attribute name.</report> 
          </rule> 
     </pattern> 
</schema>