| ZVON > References > Zvon Example Repository |
| Intro / Search / ZVON |
| Example repository: index | categories | search |
|
<element name="foo" xmlns:html="http://www.w3.org/TR/REC-html40" xmlns:eg="http://www.example.com" xmlns="http://relaxng.org/ns/structure/1.0" > <attribute name="eg:bar"/> </element> | Valid document: <foo ex:bar="x" xmlns:ex="http://www.example.com" /> Invalid document: <foo ex:bar="x" xmlns:ex="http://www.example.com/" /> |