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