View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000167 | file | General | public | 2020-06-07 18:12 | 2020-06-07 18:17 |
| Reporter | vinc17 | Assigned To | christos | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 5.38 | ||||
| Fixed in Version | 5.39 | ||||
| Summary | 0000167: For XML, version="1.0" and version='1.0' are not handled in the same way | ||||
| Description | On XML files, the output depends on the type of quote character used for the version. This is not consistent. | ||||
| Steps To Reproduce | Consider the following XML files: ==> file1.xml <== <?xml version="1.0"?> <root/> ==> file2.xml <== <?xml version='1.0'?> <root/> The only difference is the quote character used for the version (double quote vs single quote). But I get a difference in the output: $ file file?.xml file1.xml: XML 1.0 document, ASCII text file2.xml: XML 1.0 document text | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2020-06-07 18:12 | vinc17 | New Issue | |
| 2020-06-07 18:16 | christos | Assigned To | => christos |
| 2020-06-07 18:16 | christos | Status | new => assigned |
| 2020-06-07 18:17 | christos | Status | assigned => resolved |
| 2020-06-07 18:17 | christos | Resolution | open => fixed |
| 2020-06-07 18:17 | christos | Fixed in Version | => 5.39 |
| 2020-06-07 18:17 | christos | Note Added: 0003424 |