/
niceSOFT
/
libxml2
Обзор
Документация
Войти
/
niceSOFT
/
libxml2
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/att11
13 строк
366 B
Daniel Veillard
fix various attribute normalisation problems reported by Ashwin this
25 мар 2008, 19:52
25 мар 2008, 19:52
97c9ce2
Код
Авторство
О чём код?
<?xml version='1.0' standalone='yes'?> <!DOCTYPE attributes [ <!ELEMENT attributes EMPTY> <!ATTLIST attributes nmtoken NMTOKEN #IMPLIED nmtokens NMTOKENS #IMPLIED> <!ENTITY ent " entity&recursive; "> <!ENTITY recursive "reference"> ]> <attributes nmtoken = " &ent; &ent; &ent; " nmtokens = " Test
 this  normalization " />