mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-11 12:58:16 +03:00
74 lines
1.1 KiB
Plaintext
74 lines
1.1 KiB
Plaintext
|
<!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>
|