/
vsysoev
/
libxml2
Обзор
Документация
Войти
/
vsysoev
/
libxml2
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/XInclude/docs/fallback.xml
6 строк
261 B
Jared Yanovich
Large batch of typo fixes
30 сен 2019, 19:04
30 сен 2019, 19:04
2a350ee
Код
Авторство
О чём код?
<x xmlns:xinclude="http://www.w3.org/2001/XInclude"> <!-- Simple test of a fallback on unavailable URI --> <xinclude:include href="something.xml"> <xinclude:fallback><warning>Inclusion failed</warning></xinclude:fallback> </xinclude:include> </x>