| >> English << | По-русски | ZVON > Tutorials > XInclude Tutorial |
| Intro / Search / ZVON |
| >> Example 6 << | Prev | Next | Contents |
<a>
<xi:include href="non-existent.xml"
xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback>
<xi:include href="alternative.xml">
<xi:fallback>There are no files today ... </xi:fallback>
</xi:include>
</xi:fallback>
</xi:include>
</a>
|
<c/>
|
<a>
<c/>
</a>
|