aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarlson2k <k2k@narod.ru>2013-10-25 22:12:55 +0400
committerKarlson2k <k2k@narod.ru>2013-10-27 01:15:41 +0400
commit8e55d7df77cf7abc3688eefc73d9a03201707b6c (patch)
treec9ee4dbaa847b54e4eeef9a0fa85196e9b945d90
parent1feb7a278d8b31da855bcd467f0311e4806febec (diff)
Add proper "<?xml ..." declaration to most .xml files
-rw-r--r--addons/skin.confluence/colors/defaults.xml1
-rw-r--r--addons/skin.confluence/sounds/sounds.xml1
-rw-r--r--addons/visualization.dxspectrum/resources/settings.xml1
-rw-r--r--addons/visualization.fishbmc/resources/settings.xml1
-rw-r--r--addons/visualization.glspectrum/resources/settings.xml1
-rw-r--r--addons/visualization.milkdrop/resources/settings.xml3
-rw-r--r--language/German/keyboardmap.xml1
-rw-r--r--language/Japanese/langinfo.xml2
-rw-r--r--sounds/Bursting Bubbles/sounds.xml1
-rw-r--r--system/IRSSmap.xml1
-rw-r--r--system/Lircmap.xml1
-rw-r--r--system/X10-Lola-IRSSmap.xml1
-rw-r--r--system/colors.xml1
-rw-r--r--system/keymaps/appcommand.xml1
-rw-r--r--system/keymaps/gamepad.xml1
-rw-r--r--system/keymaps/joystick.Alienware.Dual.Compatible.Controller.xml1
-rw-r--r--system/keymaps/joystick.AppleRemote.xml1
-rw-r--r--system/keymaps/joystick.Harmony.xml1
-rw-r--r--system/keymaps/joystick.Interact.AxisPad.xml1
-rw-r--r--system/keymaps/joystick.Logitech.RumblePad.2.xml1
-rw-r--r--system/keymaps/joystick.Microsoft.Xbox.360.Controller.xml1
-rw-r--r--system/keymaps/joystick.Microsoft.Xbox.Controller.S.xml1
-rw-r--r--system/keymaps/joystick.PS3.Remote.Keyboard.xml1
-rw-r--r--system/keymaps/joystick.Sony.PLAYSTATION(R)3.Controller.xml1
-rw-r--r--system/keymaps/joystick.WiiRemote.xml1
-rw-r--r--system/keymaps/keyboard.xml1
-rw-r--r--system/keymaps/mouse.xml1
-rw-r--r--system/keymaps/nyxboard/keyboard.xml1
-rw-r--r--system/keymaps/remote.xml1
-rw-r--r--system/keymaps/touchscreen.xml1
-rw-r--r--system/peripherals.xml1
-rw-r--r--system/playercorefactory.xml1
-rw-r--r--userdata/PictureIcon/picon.xml1
-rw-r--r--xbmc/cores/omxplayer/omxplayer_advancedsettings.xml1
-rw-r--r--xbmc/utils/test/CXBMCTinyXML-test.xml1
35 files changed, 36 insertions, 2 deletions
diff --git a/addons/skin.confluence/colors/defaults.xml b/addons/skin.confluence/colors/defaults.xml
index 7d0407f260..eb1b630fc3 100644
--- a/addons/skin.confluence/colors/defaults.xml
+++ b/addons/skin.confluence/colors/defaults.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<colors>
<color name="white">FFFFFFFF</color>
<color name="grey">FFb4b4b4</color>
diff --git a/addons/skin.confluence/sounds/sounds.xml b/addons/skin.confluence/sounds/sounds.xml
index e9e53b046c..14dd78b841 100644
--- a/addons/skin.confluence/sounds/sounds.xml
+++ b/addons/skin.confluence/sounds/sounds.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<!-- This file contains the mapping of actions to sounds -->
<!-- The <actions> section contains global mapping -->
diff --git a/addons/visualization.dxspectrum/resources/settings.xml b/addons/visualization.dxspectrum/resources/settings.xml
index a2c2cf7d61..fc61f448b5 100644
--- a/addons/visualization.dxspectrum/resources/settings.xml
+++ b/addons/visualization.dxspectrum/resources/settings.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<settings>
<setting id="mode" label="30000" type="enum" lvalues="30001|30002|30003" default="0"/>
<setting id="bar_height" label="30004" type="enum" lvalues="30005|30006|30007|30008" default="1"/>
diff --git a/addons/visualization.fishbmc/resources/settings.xml b/addons/visualization.fishbmc/resources/settings.xml
index 7874b967d9..c92b5087ae 100644
--- a/addons/visualization.fishbmc/resources/settings.xml
+++ b/addons/visualization.fishbmc/resources/settings.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<settings>
<setting id="detail" label="30000" type="enum" lvalues="30001|30002|30003|30004" default="2"/>
<setting id="divisor" label="30006" type="enum" lvalues="30007|30008|30009|30010" default="2"/>
diff --git a/addons/visualization.glspectrum/resources/settings.xml b/addons/visualization.glspectrum/resources/settings.xml
index a2c2cf7d61..fc61f448b5 100644
--- a/addons/visualization.glspectrum/resources/settings.xml
+++ b/addons/visualization.glspectrum/resources/settings.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<settings>
<setting id="mode" label="30000" type="enum" lvalues="30001|30002|30003" default="0"/>
<setting id="bar_height" label="30004" type="enum" lvalues="30005|30006|30007|30008" default="1"/>
diff --git a/addons/visualization.milkdrop/resources/settings.xml b/addons/visualization.milkdrop/resources/settings.xml
index b51a18af9a..0f5ed26c70 100644
--- a/addons/visualization.milkdrop/resources/settings.xml
+++ b/addons/visualization.milkdrop/resources/settings.xml
@@ -1,4 +1,5 @@
-<settings>
+<?xml version="1.0" encoding="UTF-8"?>
+<settings>
<setting id="lastpresetfolder" type="text" default="" visible="false" />
<setting id="lastpresetidx" type="integer" default="0" visible="false" />
<setting id="lastlockedstatus" type="bool" default="false" visible="false" />
diff --git a/language/German/keyboardmap.xml b/language/German/keyboardmap.xml
index 713073c7c7..d83647178e 100644
--- a/language/German/keyboardmap.xml
+++ b/language/German/keyboardmap.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<!-- This configuration file was developed to be able to map an english layout keyboard to a german layout keyboard in XBMC.
The problem: if I press the key that is labeled with "Z" on my german keyboard (next to the key labeled with "T" -> QWERTZ!)
I get an "Y" on my XBMC screen because till now XBMC always assumes an english layout keyboard (QWERTY).
diff --git a/language/Japanese/langinfo.xml b/language/Japanese/langinfo.xml
index 859e887cd2..08f94c8e06 100644
--- a/language/Japanese/langinfo.xml
+++ b/language/Japanese/langinfo.xml
@@ -1,4 +1,4 @@
- <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--Translator: kyouhei-->
<!--Email: Twitter: @kyouhei-->
<!--Date of translation: 08/25/2010-->
diff --git a/sounds/Bursting Bubbles/sounds.xml b/sounds/Bursting Bubbles/sounds.xml
index 9a9b3ce5c8..cc25b68f59 100644
--- a/sounds/Bursting Bubbles/sounds.xml
+++ b/sounds/Bursting Bubbles/sounds.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<!-- This file contains the mapping of actions to sounds -->
<!-- The <actions> section contains global mapping -->
diff --git a/system/IRSSmap.xml b/system/IRSSmap.xml
index 9ed8bbca92..31c9bda442 100644
--- a/system/IRSSmap.xml
+++ b/system/IRSSmap.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<!-- This file contains the mapping of IR Server Suite keys to XBMC keys used in Keymap.xml -->
<irssmap>
diff --git a/system/Lircmap.xml b/system/Lircmap.xml
index 3034fb4a40..735e9b15a7 100644
--- a/system/Lircmap.xml
+++ b/system/Lircmap.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<!-- This file contains the mapping of LIRC keys to XBMC keys used in Keymap.xml -->
<!-- -->
<!-- How to add remotes -->
diff --git a/system/X10-Lola-IRSSmap.xml b/system/X10-Lola-IRSSmap.xml
index 36440a3476..959aff3c06 100644
--- a/system/X10-Lola-IRSSmap.xml
+++ b/system/X10-Lola-IRSSmap.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<!-- X10 Lola UR89A in PC MODE
Button = CMD
Record = X10CMD_RECORD
diff --git a/system/colors.xml b/system/colors.xml
index a76431c242..a43e54c1c8 100644
--- a/system/colors.xml
+++ b/system/colors.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<colors>
<color name="aliceblue">fff0f8ff</color>
<color name="antiquewhite">fffaebd7</color>
diff --git a/system/keymaps/appcommand.xml b/system/keymaps/appcommand.xml
index aab40009cb..6875c7bcaf 100644
--- a/system/keymaps/appcommand.xml
+++ b/system/keymaps/appcommand.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<keymap>
<global>
<appcommand>
diff --git a/system/keymaps/gamepad.xml b/system/keymaps/gamepad.xml
index e250c9e517..e1f9748ca5 100644
--- a/system/keymaps/gamepad.xml
+++ b/system/keymaps/gamepad.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<!-- This file contains the mapping of keys (gamepad, remote, and keyboard) to actions within XBMC -->
<!-- The <global> section is a fall through - they will only be used if the button is not -->
<!-- used in the current window's section. Note that there is only handling -->
diff --git a/system/keymaps/joystick.Alienware.Dual.Compatible.Controller.xml b/system/keymaps/joystick.Alienware.Dual.Compatible.Controller.xml
index ebe3dab633..d9872d6e8c 100644
--- a/system/keymaps/joystick.Alienware.Dual.Compatible.Controller.xml
+++ b/system/keymaps/joystick.Alienware.Dual.Compatible.Controller.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<!-- This file contains the mapping of keys (gamepad, remote, and keyboard) to actions within XBMC -->
<!-- The <global> section is a fall through - they will only be used if the button is not -->
<!-- used in the current window's section. Note that there is only handling -->
diff --git a/system/keymaps/joystick.AppleRemote.xml b/system/keymaps/joystick.AppleRemote.xml
index a06ec0f428..5abbafd355 100644
--- a/system/keymaps/joystick.AppleRemote.xml
+++ b/system/keymaps/joystick.AppleRemote.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<!-- This file contains the mapping of keys (gamepad,remote and keyboard) to actions within XBMC -->
<!-- The <global> section is a fall through - they will only be used if the button is not -->
<!-- used in the current window's section. Note that there is only handling -->
diff --git a/system/keymaps/joystick.Harmony.xml b/system/keymaps/joystick.Harmony.xml
index 6b208bc597..6c1efd58b7 100644
--- a/system/keymaps/joystick.Harmony.xml
+++ b/system/keymaps/joystick.Harmony.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<!-- This file contains the mapping of keys (gamepad, remote, and keyboard) to actions within XBMC -->
<!-- The <global> section is a fall through - they will only be used if the button is not -->
<!-- used in the current window's section. Note that there is only handling -->
diff --git a/system/keymaps/joystick.Interact.AxisPad.xml b/system/keymaps/joystick.Interact.AxisPad.xml
index 29364eb4d2..922642aefd 100644
--- a/system/keymaps/joystick.Interact.AxisPad.xml
+++ b/system/keymaps/joystick.Interact.AxisPad.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<!-- This file contains the mapping of keys (gamepad, remote, and keyboard) to actions within XBMC -->
<!-- The <global> section is a fall through - they will only be used if the button is not -->
<!-- used in the current window's section. Note that there is only handling -->
diff --git a/system/keymaps/joystick.Logitech.RumblePad.2.xml b/system/keymaps/joystick.Logitech.RumblePad.2.xml
index 5a48c8ff7b..70b8f305fa 100644
--- a/system/keymaps/joystick.Logitech.RumblePad.2.xml
+++ b/system/keymaps/joystick.Logitech.RumblePad.2.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<keymap>
<global>
<joystick name="Logitech Logitech Cordless RumblePad 2">
diff --git a/system/keymaps/joystick.Microsoft.Xbox.360.Controller.xml b/system/keymaps/joystick.Microsoft.Xbox.360.Controller.xml
index 9816eec18f..4a1fe438a5 100644
--- a/system/keymaps/joystick.Microsoft.Xbox.360.Controller.xml
+++ b/system/keymaps/joystick.Microsoft.Xbox.360.Controller.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<!-- This file contains the mappings for a Microsoft Xbox 360 Controller to actions within XBMC -->
<!-- The drivers for Linux and Windows do not always match. Mappings for Win32 will be presented -->
<!-- first, with Linux alts second. -->
diff --git a/system/keymaps/joystick.Microsoft.Xbox.Controller.S.xml b/system/keymaps/joystick.Microsoft.Xbox.Controller.S.xml
index ba51e3dddc..56b6c9925b 100644
--- a/system/keymaps/joystick.Microsoft.Xbox.Controller.S.xml
+++ b/system/keymaps/joystick.Microsoft.Xbox.Controller.S.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<!-- This file contains the mapping of keys (gamepad, remote, and keyboard) to actions within XBMC -->
<!-- The <global> section is a fall through - they will only be used if the button is not -->
<!-- used in the current window's section. Note that there is only handling -->
diff --git a/system/keymaps/joystick.PS3.Remote.Keyboard.xml b/system/keymaps/joystick.PS3.Remote.Keyboard.xml
index 0b328c2001..571c46a235 100644
--- a/system/keymaps/joystick.PS3.Remote.Keyboard.xml
+++ b/system/keymaps/joystick.PS3.Remote.Keyboard.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<!-- This file contains the mapping of keys (gamepad, remote, and keyboard) to actions within XBMC -->
<!-- The <global> section is a fall through - they will only be used if the button is not -->
<!-- used in the current window's section. Note that there is only handling -->
diff --git a/system/keymaps/joystick.Sony.PLAYSTATION(R)3.Controller.xml b/system/keymaps/joystick.Sony.PLAYSTATION(R)3.Controller.xml
index 064f4ca053..1dc997b31e 100644
--- a/system/keymaps/joystick.Sony.PLAYSTATION(R)3.Controller.xml
+++ b/system/keymaps/joystick.Sony.PLAYSTATION(R)3.Controller.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<!-- This file contains the mapping of keys (gamepad, remote, and keyboard) to actions within XBMC -->
<!-- The <global> section is a fall through - they will only be used if the button is not -->
<!-- used in the current window's section. Note that there is only handling -->
diff --git a/system/keymaps/joystick.WiiRemote.xml b/system/keymaps/joystick.WiiRemote.xml
index 79936cc58f..2244063638 100644
--- a/system/keymaps/joystick.WiiRemote.xml
+++ b/system/keymaps/joystick.WiiRemote.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<!-- This file contains the mapping of keys (gamepad, remote, and keyboard) to actions within XBMC -->
<!-- The <global> section is a fall through - they will only be used if the button is not -->
<!-- used in the current window's section. Note that there is only handling -->
diff --git a/system/keymaps/keyboard.xml b/system/keymaps/keyboard.xml
index ae5cf96cad..7db7973932 100644
--- a/system/keymaps/keyboard.xml
+++ b/system/keymaps/keyboard.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<!-- This file contains the mapping of keys (gamepad, remote, and keyboard) to actions within XBMC -->
<!-- The <global> section is a fall through - they will only be used if the button is not -->
<!-- used in the current window's section. Note that there is only handling -->
diff --git a/system/keymaps/mouse.xml b/system/keymaps/mouse.xml
index 7a49305b21..9fd4148d86 100644
--- a/system/keymaps/mouse.xml
+++ b/system/keymaps/mouse.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<keymap>
<global>
<mouse>
diff --git a/system/keymaps/nyxboard/keyboard.xml b/system/keymaps/nyxboard/keyboard.xml
index 83e25c23c2..dc50bd69cf 100644
--- a/system/keymaps/nyxboard/keyboard.xml
+++ b/system/keymaps/nyxboard/keyboard.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<!-- Mappings for the Motorola Nyxboard remote -->
<keymap>
<global>
diff --git a/system/keymaps/remote.xml b/system/keymaps/remote.xml
index 638332e2d8..f3c1206a7f 100644
--- a/system/keymaps/remote.xml
+++ b/system/keymaps/remote.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<!-- This file contains the mapping of keys (gamepad, remote, and keyboard) to actions within XBMC -->
<!-- The <global> section is a fall through - they will only be used if the button is not -->
<!-- used in the current window's section. Note that there is only handling -->
diff --git a/system/keymaps/touchscreen.xml b/system/keymaps/touchscreen.xml
index 340c4700b6..9c90e6f8d0 100644
--- a/system/keymaps/touchscreen.xml
+++ b/system/keymaps/touchscreen.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<keymap>
<global>
<touch>
diff --git a/system/peripherals.xml b/system/peripherals.xml
index 6a919f21c7..a906628994 100644
--- a/system/peripherals.xml
+++ b/system/peripherals.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<peripherals>
<peripheral vendor_product="1915:003B,22B8:003B" bus="usb" name="Motorola Nyxboard Hybrid" mapTo="nyxboard">
<setting key="do_not_use_custom_keymap" type="bool" value="0" label="35009" order="1" />
diff --git a/system/playercorefactory.xml b/system/playercorefactory.xml
index a87dd5f546..57dfcddb91 100644
--- a/system/playercorefactory.xml
+++ b/system/playercorefactory.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<playercorefactory>
<players>
<!-- These are compiled-in as re-ordering them would break scripts
diff --git a/userdata/PictureIcon/picon.xml b/userdata/PictureIcon/picon.xml
index 455d53f1b5..8a32a26c4a 100644
--- a/userdata/PictureIcon/picon.xml
+++ b/userdata/PictureIcon/picon.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<!-- XBMC TuxBox Client - PictureIcon XML!-->
<!-- 15.01.2007 GeminiServer !-->
<picon>
diff --git a/xbmc/cores/omxplayer/omxplayer_advancedsettings.xml b/xbmc/cores/omxplayer/omxplayer_advancedsettings.xml
index bea4c5a2c8..4995b32e68 100644
--- a/xbmc/cores/omxplayer/omxplayer_advancedsettings.xml
+++ b/xbmc/cores/omxplayer/omxplayer_advancedsettings.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<advancedsettings>
<video>
<defaultplayer>omxplayer</defaultplayer>
diff --git a/xbmc/utils/test/CXBMCTinyXML-test.xml b/xbmc/utils/test/CXBMCTinyXML-test.xml
index 9195a9d78e..9444dc8ace 100644
--- a/xbmc/utils/test/CXBMCTinyXML-test.xml
+++ b/xbmc/utils/test/CXBMCTinyXML-test.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<details>
<url function="ParseTMDBRating" cache="tmdb-en-12244.json">
http://api.themoviedb.org/3/movie/12244?api_key=57983e31fb435df4df77afb854740ea9&language=en&#x3f;&#x003F;&#0063;