Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
1 <?xml version="1.0"?><?TEST-STYLE PIDATA?>
2 <!DOCTYPE svg SYSTEM "staff2.dtd" []>
3 <!-- This is comment number 1.-->
4 <svg xmlns="http://www.w3.org/2000/svg"><rect x="0" y="0" width="100" height="100"/><script type="text/ecmascript">&svgtest;&svgunit;</script>
5 <employee xmlns="http://www.example.com">
6 <employeeId>EMP0001</employeeId>
7 <name>Margaret Martin</name>
8 <position>Accountant</position>
9 <salary>56,000</salary>
10 <gender>Female</gender>
11 <address>1230 North Ave. Dallas, Texas 98551</address>
12 </employee>
13 </svg>