From 52c97a520bf043b059713a5c587513477c86f7a8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20Teuli=C3=A8re?= Date: Sun, 12 Feb 2006 21:39:09 +0000 Subject: [PATCH] * doc/skins/skins2-howto.xml: Fixed a link --- doc/skins/skins2-howto.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/skins/skins2-howto.xml b/doc/skins/skins2-howto.xml index ada1f3217c..c74e1b18ca 100644 --- a/doc/skins/skins2-howto.xml +++ b/doc/skins/skins2-howto.xml @@ -101,7 +101,7 @@ difficulty to understand how VLC skins work. XML is a markup language, like HTML. It won't be explained here any further, please use Google if you don't know what XML is. You'll see, it is rather easy to understand. -The XML file used for the VLC skins follows a predefined DTD. You can find this DTD in VLC SVN, and its reading is strongly advised, since it contains the default values used for the parameters. A skin that does not follow the DTD with which VLC was compiled won't be loaded by VLC (and it might even crash it...). +The XML file used for the VLC skins follows a predefined DTD. You can find this DTD in VLC SVN, and its reading is strongly advised, since it contains the default values used for the parameters. A skin that does not follow the DTD with which VLC was compiled won't be loaded by VLC (and it might even crash it...). For a better undestanding of what follows, you should have a look at the DTD and/or at an example of valid XML skin. -- 2.39.5