source:
vbox/trunk/src/libs/libxml2-2.9.14/test/XInclude/docs/fallback3.xml@
95312
Last change on this file since 95312 was 95312, checked in by , 3 years ago | |
---|---|
File size: 291 bytes |
Line | |
---|---|
1 | <a> |
2 | <xi:include href="../ents/something.xml" xmlns:xi="http://www.w3.org/2001/XInclude"> |
3 | <xi:fallback> |
4 | <xi:include href="c.xml"> |
5 | <xi:fallback>There is no c.xml ... </xi:fallback> |
6 | </xi:include> |
7 | </xi:fallback> |
8 | </xi:include> |
9 | </a> |
Note:
See TracBrowser
for help on using the repository browser.