??? Profit: Difference between revisions
From ICO wiki
Jump to navigationJump to search
Line 58: | Line 58: | ||
===XSD=== | ===XSD=== | ||
<div class="toccolours mw-collapsible mw-collapsed" style="width:75em"> | |||
<source lang="xml"> | |||
SIIA KOOD | |||
</source> | |||
</div> | |||
===XSLT HTML=== | ===XSLT HTML=== | ||
===XSLT XML=== | ===XSLT XML=== | ||
===Väljund=== | ===Väljund=== |
Revision as of 18:16, 20 March 2017
Tiim "??? Profit"
- Aivar Romandi
- Frank Karl Koppel
XML/XSD/XSLT
XML
<?xml version="1.0" encoding="utf-8"?>
<Series>
<Show id="0" releaseYear="2010" onGoing="true" country="USA" language="English">
<ShowName><![CDATA[Hea saate nimi]]></ShowName>
<ShowDescription><![CDATA[saade on selline]]> </ShowDescription>
<BannerUrl><![CDATA[http://img2.tvtome.com/i/u/0aa3afb3cbe3468fc6e43e50070b0810.png]]></BannerUrl>
<Genres>
<Genre><![CDATA[drama]]></Genre>
</Genres>
<Seasons>
<Season nr="1">
<SeasonDescription><![CDATA[description]]></SeasonDescription>
<Episodes>
<Episode nr="1" releaseDate="2010-10-10" length="88" lengthType="min">
<EpisodeName><![CDATA[What?!]]></EpisodeName>
<EpisodeDescription><![CDATA[description]]></EpisodeDescription>
</Episode>
</Episodes>
</Season>
<Season nr="2">
<SeasonDescription><![CDATA[description]]></SeasonDescription>
<Episodes>
<Episode nr="1" releaseDate="2010-10-10" length="88" lengthType="min">
<EpisodeName><![CDATA[What?!]]></EpisodeName>
<EpisodeDescription><![CDATA[description]]></EpisodeDescription>
</Episode>
</Episodes>
</Season>
</Seasons>
<Credits>
<Actors>
<Actor sex="m" birthDate="1980-10-10">
<FirstName><![CDATA[Pakiraam]]></FirstName>
<LastName><![CDATA[Peeter]]></LastName>
<Role><![CDATA[Anderson]]></Role>
</Actor>
</Actors>
<Directors>
<Director sex="m" birthDate="1980-10-10">
<FirstName><![CDATA[Peeter]]></FirstName>
<LastName><![CDATA[Pakiraam]]></LastName>
</Director>
</Directors>
</Credits>
</Show>
</Series>
XSD
SIIA KOOD