ZVON > References > Zvon Example Repository
Example repository: index | categories | search

All > Relax NG > Simplification - whitespaces > Test 97

Previous sample | Next sample

Author: James Clark
Origin: Testsuite for Relax NG


ElementsAttributes
attribute
element
name

ZVON comment: This example is valid, because the whitespaces are collapsed and the result is valid QName (see the difference between QName defined in XML and QName datatype in XML Schema). Some of the whitespace characters may disappeared during the processing or are not displayed.

Correct schema

<element xmlns:html="http://www.w3.org/TR/REC-html40" xmlns="http://relaxng.org/ns/structure/1.0" >
     <name> foo </name>
     <attribute>
          <name> bar </name>
     </attribute>
</element>


Valid document:
<foo bar=""/>