| OLD | NEW |
| (Empty) |
| 1 <?xml version="1.0"?> | |
| 2 <!DOCTYPE html | |
| 3 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | |
| 4 "xhtml1-strict.dtd" [ | |
| 5 <!ATTLIST html | |
| 6 xmlns:xsi CDATA #IMPLIED | |
| 7 xsi:schemaLocation CDATA #IMPLIED> | |
| 8 ]> | |
| 9 <html xmlns='http://www.w3.org/1999/xhtml' | |
| 10 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
| 11 xsi:schemaLocation="http://www.w3.org/1999/xhtml datatype_normalization2
.xsd"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>datatype_normalization2</title><script type='text/javascript' src='selfxh
tml.js'></script><script charset='UTF-8' type='text/javascript' src='infoset03.j
s'></script><script type='text/javascript'>function loadComplete() { startTest()
; }</script></head><body onload="loadComplete()"> | |
| 12 <p> | |
| 13 <!-- preserve, string default --> | |
| 14 <em> EMP 0001 </em> | |
| 15 <!-- explicit preserve --> | |
| 16 <acronym> EMP 0001 </acronym> | |
| 17 <!-- explicit collapse --> | |
| 18 <code> | |
| 19 EMP 0001 | |
| 20 </code> | |
| 21 <code>EMP 0001</code> | |
| 22 <code>EMP 0001</code> | |
| 23 <!-- explicit replace --> | |
| 24 <sup> | |
| 25 EMP 0001 | |
| 26 </sup> | |
| 27 <sup>EMP 0001</sup> | |
| 28 <sup>EMP 0001</sup> | |
| 29 <sup>EMP | |
| 30 0001</sup> | |
| 31 </p> | |
| 32 </body> | |
| 33 </html> | |
| OLD | NEW |