/
niceSOFT
/
libxml2
Обзор
Документация
Войти
/
niceSOFT
/
libxml2
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/att5
73 строки
1 KB
Daniel Veillard
adding namespace checkings while making sure they still parse as
12 сен 2003, 03:42
12 сен 2003, 03:42
3b7840c
Код
Авторство
О чём код?
<!DOCTYPE doc [<!ATTLIST normId attr NMTOKENS #IMPLIED>]> <doc> <!-- no normalization --> <norm attr=' '/> <norm attr=' foo bar '/> <norm attr=' foobar'/> <norm attr=' foo bar '/> <norm attr='foobar '/> <norm attr=' & '/> <norm attr=' foo&bar '/> <norm attr=' foobar&'/> <norm attr='&foo bar '/> <norm attr='foobar &'/> <norm attr=' < '/> <norm attr=' foo<bar '/> <norm attr=' foobar<'/> <norm attr='<foo bar '/> <norm attr='foobar <'/> <norm attr='   
	 '/> <!-- normalization --> <normId attr=' '/> <normId attr=' foo bar '/> <normId attr=' foobar'/> <normId attr=' foo bar '/> <normId attr='foobar '/> <normId attr=' & '/> <normId attr=' foo&bar '/> <normId attr=' foobar&'/> <normId attr='&foo bar '/> <normId attr='foobar &'/> <normId attr=' < '/> <normId attr=' foo<bar '/> <normId attr=' foobar<'/> <normId attr='<foo bar '/> <normId attr='foobar <'/> <normId attr=' 
	 '/> <!-- PBM serializing back --> </doc>