| ZVON > Graphotron > Graphotron Tutorial |
| Intro / Search / ZVON |
| >> Page 6 << | Prev | Next | Contents |
|
XML Source
<aaa> <bbb/> <ccc/> <ddd/> <eee/> <fff/> <ggg/> </aaa> |
Graphotron Source
<graphotron xmlns="http://zvon.org/graphotron" > <vertex match="/*/*"> <name select="name()"/> </vertex> <edge match="/*/*" select="following-sibling::*[1]"/> <edge match="/*/*[last()]" select="preceding-sibling::*[last()]"/> </graphotron> |
