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