| OLD | NEW |
| 1 <!-- | 1 <!-- |
| 2 Copyright 2016 The Chromium Authors. All rights reserved. | 2 Copyright 2016 The Chromium Authors. All rights reserved. |
| 3 Use of this source code is governed by a BSD-style license that can be | 3 Use of this source code is governed by a BSD-style license that can be |
| 4 found in the LICENSE file. | 4 found in the LICENSE file. |
| 5 --> | 5 --> |
| 6 <!-- | 6 <!-- |
| 7 | 7 |
| 8 Welcome to a document type declaration (DTD). | 8 Welcome to a document type declaration (DTD). |
| 9 This is a document that makes sure XML files are correctly formed. | 9 This is a document that makes sure XML files are correctly formed. |
| 10 | 10 |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 The following two attributes are required; their values must not contain | 61 The following two attributes are required; their values must not contain |
| 62 whitespace. | 62 whitespace. |
| 63 --> | 63 --> |
| 64 <!ATTLIST app version NMTOKEN #REQUIRED> | 64 <!ATTLIST app version NMTOKEN #REQUIRED> |
| 65 <!ATTLIST app lang NMTOKEN #REQUIRED> | 65 <!ATTLIST app lang NMTOKEN #REQUIRED> |
| 66 <!-- | 66 <!-- |
| 67 | 67 |
| 68 |updatecheck| must be an empty element. | 68 |updatecheck| must be an empty element. |
| 69 --> | 69 --> |
| 70 <!ELEMENT updatecheck EMPTY> | 70 <!ELEMENT updatecheck EMPTY> |
| OLD | NEW |