- April 15, 2007
- 1,215
- 176
- Home Country
-
Switzerland
I have just started poking around in skin files and am very confused by the inconsistencies in headers.
I expected every file to have something like:
but many files in various skins have no xml version declaration at all.
Also many of them have odd characters at the beginning of the first line, like this:
What significance (if any) do these characters have?
I looked in vain on the Wiki for a DTD file for skin files. Does such a thing exist?
If not, wouldn't it save a lot of debugging time by allowing a supericial static analysis of skin files using popular XML authoring tools?
I expected every file to have something like:
Code:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
Also many of them have odd characters at the beginning of the first line, like this:
Code:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
I looked in vain on the Wiki for a DTD file for skin files. Does such a thing exist?
If not, wouldn't it save a lot of debugging time by allowing a supericial static analysis of skin files using popular XML authoring tools?