/
vsysoev
/
libxml2
Обзор
Документация
Войти
/
vsysoev
/
libxml2
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/defattr2.xml
8 строк
169 B
Daniel Veillard
allow to inherit attributes from the DTD directly in the tree, this is
07 авг 2001, 05:10
07 авг 2001, 05:10
48da910
Код
Авторство
О чём код?
<!DOCTYPE doc [ <!ELEMENT doc EMPTY> <!ATTLIST doc defatt (0|1) "0" xmlns:tst CDATA #FIXED "http://example.org" tst:att (0|1) "1"> ]> <doc att="1"/>