1 | <?xml version="1.0"?>
|
---|
2 | <!DOCTYPE doc [
|
---|
3 | <!ATTLIST normId attr NMTOKENS #IMPLIED>
|
---|
4 | ]>
|
---|
5 | <doc>
|
---|
6 | <!-- no normalization -->
|
---|
7 | <norm attr=" "/>
|
---|
8 | <norm attr=" foo bar "/>
|
---|
9 | <norm attr=" foobar"/>
|
---|
10 | <norm attr=" foo bar "/>
|
---|
11 | <norm attr="foobar "/>
|
---|
12 | <norm attr=" & "/>
|
---|
13 | <norm attr=" foo&bar "/>
|
---|
14 | <norm attr=" foobar&"/>
|
---|
15 | <norm attr="&foo bar "/>
|
---|
16 | <norm attr="foobar &"/>
|
---|
17 | <norm attr=" < "/>
|
---|
18 | <norm attr=" foo<bar "/>
|
---|
19 | <norm attr=" foobar<"/>
|
---|
20 | <norm attr="<foo bar "/>
|
---|
21 | <norm attr="foobar <"/>
|
---|
22 | <norm attr=" 	 "/>
|
---|
23 | <!-- normalization -->
|
---|
24 | <normId attr=""/>
|
---|
25 | <normId attr="foo bar"/>
|
---|
26 | <normId attr="foobar"/>
|
---|
27 | <normId attr="foo bar"/>
|
---|
28 | <normId attr="foobar"/>
|
---|
29 | <normId attr="&"/>
|
---|
30 | <normId attr="foo&bar"/>
|
---|
31 | <normId attr="foobar&"/>
|
---|
32 | <normId attr="&foo bar"/>
|
---|
33 | <normId attr="foobar &"/>
|
---|
34 | <normId attr="<"/>
|
---|
35 | <normId attr="foo<bar"/>
|
---|
36 | <normId attr="foobar<"/>
|
---|
37 | <normId attr="<foo bar"/>
|
---|
38 | <normId attr="foobar <"/>
|
---|
39 | <normId attr=" 	"/> <!-- PBM serializing back -->
|
---|
40 | </doc>
|
---|