
06.11.2011, 00:12
|
 |
.
|
|
Регистрация: 18.05.2011
Адрес: Омск
Сообщения: 3,970
Версия Delphi: 3,5,7,10,12,XE2
Репутация: выкл
|
|
Пока, я вижу HTML файл переименованный в XML.
Вот простой пример:
Код:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<WasabiXML version="1.2">
<skininfo>
<version>1.0</version>
<name>Winamp5 Base Skin</name>
<comment>Please feel free to use this skin as a reference point to build your new Winamp5 skins.</comment>
<author gaybag="bartibartman">Sven Kistner</author>
<email>sven@metrix.de</email>
<homepage>http://www.winamp.com</homepage>
<screenshot>screenshot.png</screenshot>
</skininfo>
<include file="xml/color-presets.xml"/>
<include file="xml/system-colors.xml"/>
<include file="standardframe/standardframe.xml" />
<include file="titlebar/titlebar.xml" />
<include file="xml/player.xml"/>
<include file="xml/pledit.xml"/>
<include file="xml/ml.xml"/>
<include file="xml/vis.xml"/>
<include file="xml/video.xml"/>
<include file="xml/notifier.xml"/>
<include file="about/about.xml"/>
</WasabiXML>
сравни со своим файлом.
__________________
Je venus de nulle part
55.026263 с.ш., 73.397636 в.д.
|