/
niceSOFT
/
libxml2
Обзор
Документация
Войти
/
niceSOFT
/
libxml2
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
result/defattr2.xml
8 строк
236 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
Код
Авторство
О чём код?
<?xml version="1.0"?> <!DOCTYPE doc [ <!ELEMENT doc EMPTY> <!ATTLIST doc defatt (0 | 1) "0"> <!ATTLIST doc xmlns:tst CDATA #FIXED "http://example.org"> <!ATTLIST doc tst:att (0 | 1) "1"> ]> <doc xmlns:tst="http://example.org" att="1"/>