mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 06:22:44 +08:00
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@63499 954022d7-b5bf-4e40-9824-e11837661b57
74 lines
1.2 KiB
Plaintext
74 lines
1.2 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>
|