You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
74 lines
1.1 KiB
74 lines
1.1 KiB
<!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>
|