如何从XML过滤/排序数据以显示在网页上以进行不同的查询?

时间:2019-04-04 17:37:07

标签: javascript jquery xml

我是堆栈溢出方面的新手。对编程和JS也很新。从我的代码可以看出,甚至无法正确格式化我的代码。

我正在试用该电影院Web应用程序,该应用程序应该显示该国不同电影院的放映时间和相关电影信息。我不知道如何为特定查询过滤或排序xml数据,比如说,当用户单击列表中的该电影院时,我需要显示特定“剧院”的放映时间:“赫尔辛基:马克西姆”。我确实知道如何获取所有必需的数据,但不知道如何从XML中的不同电影院中过滤出来。

我在互联网上到处都在寻找任何指南,并且观看了所有教程,但是却找不到任何东西。有帮助吗?

P.S。 XML文件很大,我只发布了不到它的1/10,只是为了给一个想法

<!DOCTYPE html>
<html>

<head>
 <meta charset="utf-8">
 <title>MovieInfo</title>
 <link rel="stylesheet" href="https://bootswatch.com/4/cyborg/bootstrap.min.css">

</head>
<body>

<button type="button" onclick="loadXMLDoc()"><strong>List of FinnKino Cinemas in Finland</strong></button>
   <br><br>
   <table id="demo"></table>
   <ul class="list-group">

         <li class="list-group-item"><strong>Pääkaupunkiseutu</strong></li>
         <li class="list-group-item"><strong>Espoo: OMENA</strong </li>
         <li class="list-group-item"><strong>Espoo: SELLO</strong></li>
         <li class="list-group-item"><strong>Helsinki: ITIS</strong></li>
         <li class="list-group-item"><strong>Helsinki: KINOPALATSI</strong</li>
         <li class="list-group-item"><strong>Helsinki: MAXIM:</strong></li>
         <li class="list-group-item"><strong>Helsinki: TENNISPALATSI</strong</li>
         <li class="list-group-item"><strong>Vantaa: FLAMINGO</strong></li>
         <li class="list-group-item"><strong>Jyväskylä: FANTASIA</strong></li>
         <li class="list-group-item"><strong>Kuopio: SCALA</strong></li>
         <li class="list-group-item"><strong>Lahti: KUVAPALATSI</strong></li>
         <li class="list-group-item"><strong>Lappeenranta: STRAND</strong</li>
         <li class="list-group-item"><strong>Oulu: PLAZA</strong></li>
         <li class="list-group-item"><strong>Pori: PROMENADI</strong></li>
         <li class="list-group-item"><strong>Tampere: CINE ATLAS</strong></li>
         <li class="list-group-item"><strong>Tampere: PLEVNA</strong></li>
         <li class="list-group-item"><strong>Turku: KINOPALATSI</strong></li>
      </ul>


      <script>
         function loadXMLDoc() {
          var xmlhttp = new XMLHttpRequest();
          xmlhttp.onreadystatechange = function() {
          if (this.readyState == 4 && this.status == 200) {
                myFunction(this);
             }
           };

           xmlhttp.open("GET", "http://www.finnkino.fi/xml/Schedule/", true);
           xmlhttp.send();
         }
         function myFunction(xml) {

      </script>
   </body>
</html>

XML:

<Schedule xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<PubDate>2019-04-04T00:00:00+03:00</PubDate>
<Shows>
<Show>
<ID>1320117</ID>
<dtAccounting>2019-04-04T00:00:00</dtAccounting>
<dttmShowStart>2019-04-04T10:30:00</dttmShowStart>
<dttmShowStartUTC>2019-04-04T07:30:00Z</dttmShowStartUTC>
<dttmShowEnd>2019-04-04T12:09:00</dttmShowEnd>
<dttmShowEndUTC>2019-04-04T09:09:00Z</dttmShowEndUTC>
<ShowSalesStartTime>2000-01-01T00:00:00</ShowSalesStartTime>
<ShowSalesStartTimeUTC>2000-01-01T00:00:00Z</ShowSalesStartTimeUTC>
<ShowSalesEndTime>2019-04-04T10:15:00</ShowSalesEndTime>
<ShowSalesEndTimeUTC>2019-04-04T07:15:00Z</ShowSalesEndTimeUTC>
<ShowReservationStartTime>2000-01-01T00:00:00</ShowReservationStartTime>
<ShowReservationStartTimeUTC>2000-01-01T00:00:00Z</ShowReservationStartTimeUTC>
<ShowReservationEndTime>2019-04-04T09:00:00</ShowReservationEndTime>
<ShowReservationEndTimeUTC>2019-04-04T06:00:00Z</ShowReservationEndTimeUTC>
<EventID>303015</EventID>
<Title>Lasse vs Lasse</Title>
<OriginalTitle>Sune vs Sune</OriginalTitle>
<ProductionYear>2019</ProductionYear>
<LengthInMinutes>89</LengthInMinutes>
<dtLocalRelease>2019-02-22T00:00:00</dtLocalRelease>
<Rating>7</Rating>
<RatingLabel>7</RatingLabel>
<RatingImageUrl>
https://media.finnkino.fi/images/rating_large_7.png
</RatingImageUrl>
<EventType>Movie</EventType>
<Genres>Perhe-elokuva</Genres>
<TheatreID>1034</TheatreID>
<TheatreAuditriumID>1277</TheatreAuditriumID>
<Theatre>Kinopalatsi, Helsinki</Theatre>
<TheatreAuditorium>sali 5</TheatreAuditorium>
<TheatreAndAuditorium>Kinopalatsi, Helsinki, sali 5</TheatreAndAuditorium>
<PresentationMethodAndLanguage>2D, ruotsi</PresentationMethodAndLanguage>
<PresentationMethod>2D</PresentationMethod>
<EventSeries/>
<ShowURL>http://www.finnkino.fi/websales/show/1320117/</ShowURL>
<EventURL>
http://www.finnkino.fi/event/303015/title/lasse_vs_lasse/
</EventURL>
<SpokenLanguage>
<Name>ruotsi</Name>
<NameInLanguage/>
<ISOTwoLetterCode>SV</ISOTwoLetterCode>
</SpokenLanguage>
<SubtitleLanguage1>
<Name>suomi</Name>
<NameInLanguage/>
<ISOTwoLetterCode>FI</ISOTwoLetterCode>
</SubtitleLanguage1>
<Images>
<EventSmallImagePortrait>
http://media.finnkino.fi/1012/Event_12408/portrait_small/SuneVsSune_1080.jpg
</EventSmallImagePortrait>
<EventMediumImagePortrait>
http://media.finnkino.fi/1012/Event_12408/portrait_medium/SuneVsSune_1080.jpg
</EventMediumImagePortrait>
<EventLargeImagePortrait>
http://media.finnkino.fi/1012/Event_12408/portrait_small/SuneVsSune_1080.jpg
</EventLargeImagePortrait>
<EventSmallImageLandscape>
http://media.finnkino.fi/1012/Event_12408/landscape_small/SuneVsSune_444.jpg
</EventSmallImageLandscape>
<EventLargeImageLandscape>
http://media.finnkino.fi/1012/Event_12408/landscape_large/SuneVsSune_670.jpg
</EventLargeImageLandscape>
</Images>
<ContentDescriptors>
<ContentDescriptor>
<Name>Violence</Name>
<ImageURL>
https://media.finnkino.fi/images/content_Violence.png
</ImageURL>
</ContentDescriptor>
<ContentDescriptor>
<Name>Disturbing</Name>
<ImageURL>
https://media.finnkino.fi/images/content_Disturbing.png
</ImageURL>
</ContentDescriptor>
</ContentDescriptors>
</Show>
<Show>
<ID>1320223</ID>
<dtAccounting>2019-04-04T00:00:00</dtAccounting>
<dttmShowStart>2019-04-04T10:30:00</dttmShowStart>
<dttmShowStartUTC>2019-04-04T07:30:00Z</dttmShowStartUTC>
<dttmShowEnd>2019-04-04T12:54:00</dttmShowEnd>
<dttmShowEndUTC>2019-04-04T09:54:00Z</dttmShowEndUTC>
<ShowSalesStartTime>2000-01-01T00:00:00</ShowSalesStartTime>
<ShowSalesStartTimeUTC>2000-01-01T00:00:00Z</ShowSalesStartTimeUTC>
<ShowSalesEndTime>2019-04-04T10:15:00</ShowSalesEndTime>
<ShowSalesEndTimeUTC>2019-04-04T07:15:00Z</ShowSalesEndTimeUTC>
<ShowReservationStartTime>2000-01-01T00:00:00</ShowReservationStartTime>
<ShowReservationStartTimeUTC>2000-01-01T00:00:00Z</ShowReservationStartTimeUTC>
<ShowReservationEndTime>2019-04-04T09:00:00</ShowReservationEndTime>
<ShowReservationEndTimeUTC>2019-04-04T06:00:00Z</ShowReservationEndTimeUTC>
<EventID>302787</EventID>
<Title>Ihmeotukset: Grindelwaldin rikokset</Title>
<OriginalTitle>Fantastic Beasts: The Crimes of Grindelwald</OriginalTitle>
<ProductionYear>2018</ProductionYear>
<LengthInMinutes>134</LengthInMinutes>
<dtLocalRelease>2018-11-14T00:00:00</dtLocalRelease>
<Rating>12</Rating>
<RatingLabel>12</RatingLabel>
<RatingImageUrl>
https://media.finnkino.fi/images/rating_large_12.png
</RatingImageUrl>
<EventType>Movie</EventType>
<Genres>Seikkailu, Fantasia</Genres>
<TheatreID>1038</TheatreID>
<TheatreAuditriumID>1258</TheatreAuditriumID>
<Theatre>Tennispalatsi, Helsinki</Theatre>
<TheatreAuditorium>sali 13</TheatreAuditorium>
<TheatreAndAuditorium>Tennispalatsi, Helsinki, sali 13</TheatreAndAuditorium>
<PresentationMethodAndLanguage>2D</PresentationMethodAndLanguage>
<PresentationMethod>2D</PresentationMethod>
<EventSeries/>
<ShowURL>http://www.finnkino.fi/websales/show/1320223/</ShowURL>
<EventURL>
http://www.finnkino.fi/event/302787/title/ihmeotukset_grindelwaldin_rikokset/
</EventURL>
<SpokenLanguage>
<Name>englanti</Name>
<NameInLanguage/>
<ISOTwoLetterCode>EN</ISOTwoLetterCode>
</SpokenLanguage>
<SubtitleLanguage1>
<Name>suomi</Name>
<NameInLanguage/>
<ISOTwoLetterCode>FI</ISOTwoLetterCode>
</SubtitleLanguage1>
<SubtitleLanguage2>
<Name>ruotsi</Name>
<NameInLanguage/>
<ISOTwoLetterCode>SV</ISOTwoLetterCode>
</SubtitleLanguage2>
<Images>
<EventSmallImagePortrait>
http://media.finnkino.fi/1012/Event_12160/portrait_small/FantasticBeastsCrimesOfGrindelwald_1080.jpg
</EventSmallImagePortrait>
<EventMediumImagePortrait>
http://media.finnkino.fi/1012/Event_12160/portrait_medium/FantasticBeastsCrimesOfGrindelwald_1080.jpg
</EventMediumImagePortrait>
<EventLargeImagePortrait>
http://media.finnkino.fi/1012/Event_12160/portrait_small/FantasticBeastsCrimesOfGrindelwald_1080.jpg
</EventLargeImagePortrait>
<EventSmallImageLandscape>
http://media.finnkino.fi/1012/Event_12160/landscape_small/FantasticBeastsCrimesOfGrindelwald_444.jpg
</EventSmallImageLandscape>
<EventLargeImageLandscape>
http://media.finnkino.fi/1012/Event_12160/landscape_large/FantasticBeastsCrimesOfGrindelwald_670.jpg
</EventLargeImageLandscape>
</Images>
<ContentDescriptors>
<ContentDescriptor>
<Name>Disturbing</Name>
<ImageURL>
https://media.finnkino.fi/images/content_Disturbing.png
</ImageURL>
</ContentDescriptor>
</ContentDescriptors>
</Show>
<Show>
<ID>1320243</ID>
<dtAccounting>2019-04-04T00:00:00</dtAccounting>
<dttmShowStart>2019-04-04T10:30:00</dttmShowStart>
<dttmShowStartUTC>2019-04-04T07:30:00Z</dttmShowStartUTC>
<dttmShowEnd>2019-04-04T12:50:00</dttmShowEnd>
<dttmShowEndUTC>2019-04-04T09:50:00Z</dttmShowEndUTC>
<ShowSalesStartTime>2000-01-01T00:00:00</ShowSalesStartTime>
<ShowSalesStartTimeUTC>2000-01-01T00:00:00Z</ShowSalesStartTimeUTC>
<ShowSalesEndTime>2019-04-04T10:15:00</ShowSalesEndTime>
<ShowSalesEndTimeUTC>2019-04-04T07:15:00Z</ShowSalesEndTimeUTC>
<ShowReservationStartTime>2000-01-01T00:00:00</ShowReservationStartTime>
<ShowReservationStartTimeUTC>2000-01-01T00:00:00Z</ShowReservationStartTimeUTC>
<ShowReservationEndTime>2019-04-04T09:00:00</ShowReservationEndTime>
<ShowReservationEndTimeUTC>2019-04-04T06:00:00Z</ShowReservationEndTimeUTC>
<EventID>302947</EventID>
<Title>Green Book</Title>
<OriginalTitle>Green Book</OriginalTitle>
<ProductionYear>2018</ProductionYear>
<LengthInMinutes>130</LengthInMinutes>
<dtLocalRelease>2019-01-18T00:00:00</dtLocalRelease>
<Rating>12</Rating>
<RatingLabel>12</RatingLabel>
<RatingImageUrl>
https://media.finnkino.fi/images/rating_large_12.png
</RatingImageUrl>
<EventType>Movie</EventType>
<Genres>Komedia, Draama, Oscar-ehdokas, Oscar-voittaja</Genres>
<TheatreID>1038</TheatreID>
<TheatreAuditriumID>1272</TheatreAuditriumID>
<Theatre>Tennispalatsi, Helsinki</Theatre>
<TheatreAuditorium>sali 10</TheatreAuditorium>
<TheatreAndAuditorium>Tennispalatsi, Helsinki, sali 10</TheatreAndAuditorium>
<PresentationMethodAndLanguage>2D</PresentationMethodAndLanguage>
<PresentationMethod>2D</PresentationMethod>
<EventSeries/>
<ShowURL>http://www.finnkino.fi/websales/show/1320243/</ShowURL>
<EventURL>
http://www.finnkino.fi/event/302947/title/green_book/
</EventURL>
<SpokenLanguage>
<Name>englanti</Name>
<NameInLanguage/>
<ISOTwoLetterCode>EN</ISOTwoLetterCode>
</SpokenLanguage>
<SubtitleLanguage1>
<Name>suomi</Name>
<NameInLanguage/>
<ISOTwoLetterCode>FI</ISOTwoLetterCode>
</SubtitleLanguage1>
<SubtitleLanguage2>
<Name>ruotsi</Name>
<NameInLanguage/>
<ISOTwoLetterCode>SV</ISOTwoLetterCode>
</SubtitleLanguage2>
<Images>
<EventSmallImagePortrait>
http://media.finnkino.fi/1012/Event_12337/portrait_small/GreenBook_1080.jpg
</EventSmallImagePortrait>
<EventMediumImagePortrait>
http://media.finnkino.fi/1012/Event_12337/portrait_medium/GreenBook_1080.jpg
</EventMediumImagePortrait>
<EventLargeImagePortrait>
http://media.finnkino.fi/1012/Event_12337/portrait_small/GreenBook_1080.jpg
</EventLargeImagePortrait>
<EventSmallImageLandscape>
http://media.finnkino.fi/1012/Event_12337/landscape_small/GreenBook_444.jpg
</EventSmallImageLandscape>
<EventLargeImageLandscape>
http://media.finnkino.fi/1012/Event_12337/landscape_large/GreenBook_670.jpg
</EventLargeImageLandscape>
</Images>
<ContentDescriptors>
<ContentDescriptor>
<Name>Violence</Name>
<ImageURL>
https://media.finnkino.fi/images/content_Violence.png
</ImageURL>
</ContentDescriptor>
</ContentDescriptors>
</Show>
<Show>
<ID>1320364</ID>
<dtAccounting>2019-04-04T00:00:00</dtAccounting>
<dttmShowStart>2019-04-04T10:30:00</dttmShowStart>
<dttmShowStartUTC>2019-04-04T07:30:00Z</dttmShowStartUTC>
<dttmShowEnd>2019-04-04T12:50:00</dttmShowEnd>
<dttmShowEndUTC>2019-04-04T09:50:00Z</dttmShowEndUTC>
<ShowSalesStartTime>2000-01-01T00:00:00</ShowSalesStartTime>
<ShowSalesStartTimeUTC>2000-01-01T00:00:00Z</ShowSalesStartTimeUTC>
<ShowSalesEndTime>2019-04-04T10:15:00</ShowSalesEndTime>
<ShowSalesEndTimeUTC>2019-04-04T07:15:00Z</ShowSalesEndTimeUTC>
<ShowReservationStartTime>2000-01-01T00:00:00</ShowReservationStartTime>
<ShowReservationStartTimeUTC>2000-01-01T00:00:00Z</ShowReservationStartTimeUTC>
<ShowReservationEndTime>2019-04-04T09:00:00</ShowReservationEndTime>
<ShowReservationEndTimeUTC>2019-04-04T06:00:00Z</ShowReservationEndTimeUTC>
<EventID>302948</EventID>
<Title>Maija Poppasen paluu</Title>
<OriginalTitle>Mary Poppins Returns</OriginalTitle>
<ProductionYear>2018</ProductionYear>
<LengthInMinutes>130</LengthInMinutes>
<dtLocalRelease>2018-12-25T00:00:00</dtLocalRelease>
<Rating>7</Rating>
<RatingLabel>7</RatingLabel>
<RatingImageUrl>
https://media.finnkino.fi/images/rating_large_7.png
</RatingImageUrl>
<EventType>Movie</EventType>
<Genres>Fantasia, Musikaali, Perhe-elokuva, Oscar-ehdokas</Genres>
<TheatreID>1038</TheatreID>
<TheatreAuditriumID>1279</TheatreAuditriumID>
<Theatre>Tennispalatsi, Helsinki</Theatre>
<TheatreAuditorium>sali 6</TheatreAuditorium>
<TheatreAndAuditorium>Tennispalatsi, Helsinki, sali 6</TheatreAndAuditorium>
<PresentationMethodAndLanguage>2D</PresentationMethodAndLanguage>
<PresentationMethod>2D</PresentationMethod>
<EventSeries/>
<ShowURL>http://www.finnkino.fi/websales/show/1320364/</ShowURL>
<EventURL>
http://www.finnkino.fi/event/302948/title/maija_poppasen_paluu/
</EventURL>
<SpokenLanguage>
<Name>englanti</Name>
<NameInLanguage/>
<ISOTwoLetterCode>EN</ISOTwoLetterCode>
</SpokenLanguage>
<SubtitleLanguage1>
<Name>suomi</Name>
<NameInLanguage/>
<ISOTwoLetterCode>FI</ISOTwoLetterCode>
</SubtitleLanguage1>
<SubtitleLanguage2>
<Name>englanti</Name>
<NameInLanguage/>
<ISOTwoLetterCode>EN</ISOTwoLetterCode>
</SubtitleLanguage2>
<Images>
<EventSmallImagePortrait>
http://media.finnkino.fi/1012/Event_12338/portrait_small/MaryPoppinsReturns_1080.jpg
</EventSmallImagePortrait>
<EventMediumImagePortrait>
http://media.finnkino.fi/1012/Event_12338/portrait_medium/MaryPoppinsReturns_1080.jpg
</EventMediumImagePortrait>
<EventLargeImagePortrait>
http://media.finnkino.fi/1012/Event_12338/portrait_small/MaryPoppinsReturns_1080.jpg
</EventLargeImagePortrait>
<EventSmallImageLandscape>
http://media.finnkino.fi/1012/Event_12338/landscape_small/MaryPoppinsReturns_444.jpg
</EventSmallImageLandscape>
<EventLargeImageLandscape>
http://media.finnkino.fi/1012/Event_12338/landscape_large/MaryPoppinsReturns_670.jpg
</EventLargeImageLandscape>
</Images>
<ContentDescriptors>
<ContentDescriptor>
<Name>Disturbing</Name>
<ImageURL>
https://media.finnkino.fi/images/content_Disturbing.png
</ImageURL>
</ContentDescriptor>
</ContentDescriptors>
</Show>
<Show>
<ID>1320373</ID>
<dtAccounting>2019-04-04T00:00:00</dtAccounting>
<dttmShowStart>2019-04-04T10:30:00</dttmShowStart>
<dttmShowStartUTC>2019-04-04T07:30:00Z</dttmShowStartUTC>
<dttmShowEnd>2019-04-04T12:44:00</dttmShowEnd>
<dttmShowEndUTC>2019-04-04T09:44:00Z</dttmShowEndUTC>
<ShowSalesStartTime>2000-01-01T00:00:00</ShowSalesStartTime>
<ShowSalesStartTimeUTC>2000-01-01T00:00:00Z</ShowSalesStartTimeUTC>
<ShowSalesEndTime>2019-04-04T10:15:00</ShowSalesEndTime>
<ShowSalesEndTimeUTC>2019-04-04T07:15:00Z</ShowSalesEndTimeUTC>
<ShowReservationStartTime>2000-01-01T00:00:00</ShowReservationStartTime>
<ShowReservationStartTimeUTC>2000-01-01T00:00:00Z</ShowReservationStartTimeUTC>
<ShowReservationEndTime>2019-04-04T09:00:00</ShowReservationEndTime>
<ShowReservationEndTimeUTC>2019-04-04T06:00:00Z</ShowReservationEndTimeUTC>
<EventID>302985</EventID>
<Title>Captain Marvel</Title>
<OriginalTitle>Captain Marvel</OriginalTitle>
<ProductionYear>2019</ProductionYear>
<LengthInMinutes>124</LengthInMinutes>
<dtLocalRelease>2019-03-06T00:00:00</dtLocalRelease>
<Rating>12</Rating>
<RatingLabel>12</RatingLabel>
<RatingImageUrl>
https://media.finnkino.fi/images/rating_large_12.png
</RatingImageUrl>
<EventType>Movie</EventType>
<Genres>Toiminta, Seikkailu, Sci-fi</Genres>
<TheatreID>1038</TheatreID>
<TheatreAuditriumID>1267</TheatreAuditriumID>
<Theatre>Tennispalatsi, Helsinki</Theatre>
<TheatreAuditorium>sali 9</TheatreAuditorium>
<TheatreAndAuditorium>Tennispalatsi, Helsinki, sali 9</TheatreAndAuditorium>
<PresentationMethodAndLanguage>2D, englanti</PresentationMethodAndLanguage>
<PresentationMethod>2D</PresentationMethod>
<EventSeries/>
<ShowURL>http://www.finnkino.fi/websales/show/1320373/</ShowURL>
<EventURL>
http://www.finnkino.fi/event/302985/title/captain_marvel/
</EventURL>
<SpokenLanguage>
<Name>englanti</Name>
<NameInLanguage/>
<ISOTwoLetterCode>EN</ISOTwoLetterCode>
</SpokenLanguage>
<SubtitleLanguage1>
<Name>suomi</Name>
<NameInLanguage/>
<ISOTwoLetterCode>FI</ISOTwoLetterCode>
</SubtitleLanguage1>
<SubtitleLanguage2>
<Name>ruotsi</Name>
<NameInLanguage/>
<ISOTwoLetterCode>SV</ISOTwoLetterCode>
</SubtitleLanguage2>
<Images>
<EventSmallImagePortrait>
http://media.finnkino.fi/1012/Event_12375/portrait_small/CaptainMarvel_1080.jpg
</EventSmallImagePortrait>
<EventMediumImagePortrait>
http://media.finnkino.fi/1012/Event_12375/portrait_medium/CaptainMarvel_1080.jpg
</EventMediumImagePortrait>
<EventLargeImagePortrait>
http://media.finnkino.fi/1012/Event_12375/portrait_small/CaptainMarvel_1080.jpg
</EventLargeImagePortrait>
<EventSmallImageLandscape>
http://media.finnkino.fi/1012/Event_12375/landscape_small/CaptainMarvel_444.jpg
</EventSmallImageLandscape>
<EventLargeImageLandscape>
http://media.finnkino.fi/1012/Event_12375/landscape_large/CaptainMarvel_670.jpg
</EventLargeImageLandscape>
</Images>
<ContentDescriptors>
<ContentDescriptor>
<Name>Violence</Name>
<ImageURL>
https://media.finnkino.fi/images/content_Violence.png
</ImageURL>
</ContentDescriptor>
<ContentDescriptor>
<Name>Disturbing</Name>
<ImageURL>
https://media.finnkino.fi/images/content_Disturbing.png
</ImageURL>
</ContentDescriptor>
</ContentDescriptors>
</Show>
<Show>
<ID>1320327</ID>
<dtAccounting>2019-04-04T00:00:00</dtAccounting>
<dttmShowStart>2019-04-04T10:30:00</dttmShowStart>
<dttmShowStartUTC>2019-04-04T07:30:00Z</dttmShowStartUTC>
<dttmShowEnd>2019-04-04T12:36:00</dttmShowEnd>
<dttmShowEndUTC>2019-04-04T09:36:00Z</dttmShowEndUTC>
<ShowSalesStartTime>2000-01-01T00:00:00</ShowSalesStartTime>
<ShowSalesStartTimeUTC>2000-01-01T00:00:00Z</ShowSalesStartTimeUTC>
<ShowSalesEndTime>2019-04-04T10:15:00</ShowSalesEndTime>
<ShowSalesEndTimeUTC>2019-04-04T07:15:00Z</ShowSalesEndTimeUTC>
<ShowReservationStartTime>2000-01-01T00:00:00</ShowReservationStartTime>
<ShowReservationStartTimeUTC>2000-01-01T00:00:00Z</ShowReservationStartTimeUTC>
<ShowReservationEndTime>2019-04-04T09:00:00</ShowReservationEndTime>
<ShowReservationEndTimeUTC>2019-04-04T06:00:00Z</ShowReservationEndTimeUTC>
<EventID>302998</EventID>
<Title>Us</Title>
<OriginalTitle>Us</OriginalTitle>
<ProductionYear>2019</ProductionYear>
<LengthInMinutes>116</LengthInMinutes>
<dtLocalRelease>2019-03-22T00:00:00</dtLocalRelease>
<Rating>16</Rating>
<RatingLabel>16</RatingLabel>
<RatingImageUrl>
https://media.finnkino.fi/images/rating_large_16.png
</RatingImageUrl>
<EventType>Movie</EventType>
<Genres>Jännitys, Kauhu</Genres>
<TheatreID>1038</TheatreID>
<TheatreAuditriumID>1196</TheatreAuditriumID>
<Theatre>Tennispalatsi, Helsinki</Theatre>
<TheatreAuditorium>sali 12</TheatreAuditorium>
<TheatreAndAuditorium>Tennispalatsi, Helsinki, sali 12</TheatreAndAuditorium>
<PresentationMethodAndLanguage>2D</PresentationMethodAndLanguage>
<PresentationMethod>2D</PresentationMethod>
<EventSeries/>
<ShowURL>http://www.finnkino.fi/websales/show/1320327/</ShowURL>
<EventURL>http://www.finnkino.fi/event/302998/title/us/</EventURL>
<SpokenLanguage>
<Name>englanti</Name>
<NameInLanguage/>
<ISOTwoLetterCode>EN</ISOTwoLetterCode>
</SpokenLanguage>
<SubtitleLanguage1>
<Name>suomi</Name>
<NameInLanguage/>
<ISOTwoLetterCode>FI</ISOTwoLetterCode>
</SubtitleLanguage1>
<SubtitleLanguage2>
<Name>ruotsi</Name>
<NameInLanguage/>
<ISOTwoLetterCode>SV</ISOTwoLetterCode>
</SubtitleLanguage2>
<Images>
<EventSmallImagePortrait>
http://media.finnkino.fi/1012/Event_12389/portrait_small/Us_1080.jpg
</EventSmallImagePortrait>
<EventMediumImagePortrait>
http://media.finnkino.fi/1012/Event_12389/portrait_medium/Us_1080.jpg
</EventMediumImagePortrait>
<EventLargeImagePortrait>
http://media.finnkino.fi/1012/Event_12389/portrait_small/Us_1080.jpg
</EventLargeImagePortrait>
<EventSmallImageLandscape>
http://media.finnkino.fi/1012/Event_12389/landscape_small/Us_444.jpg
</EventSmallImageLandscape>
<EventLargeImageLandscape>
http://media.finnkino.fi/1012/Event_12389/landscape_large/Us_670.jpg
</EventLargeImageLandscape>
</Images>
<ContentDescriptors>
<ContentDescriptor>
<Name>Violence</Name>
<ImageURL>
https://media.finnkino.fi/images/content_Violence.png
</ImageURL>
</ContentDescriptor>
<ContentDescriptor>
<Name>Disturbing</Name>
<ImageURL>
https://media.finnkino.fi/images/content_Disturbing.png
</ImageURL>
</ContentDescriptor>
</ContentDescriptors>
</Show>
<Show>
<ID>1320205</ID>
<dtAccounting>2019-04-04T00:00:00</dtAccounting>
<dttmShowStart>2019-04-04T10:30:00</dttmShowStart>
<dttmShowStartUTC>2019-04-04T07:30:00Z</dttmShowStartUTC>
<dttmShowEnd>2019-04-04T12:23:00</dttmShowEnd>
<dttmShowEndUTC>2019-04-04T09:23:00Z</dttmShowEndUTC>
<ShowSalesStartTime>2000-01-01T00:00:00</ShowSalesStartTime>
<ShowSalesStartTimeUTC>2000-01-01T00:00:00Z</ShowSalesStartTimeUTC>
<ShowSalesEndTime>2019-04-04T10:15:00</ShowSalesEndTime>
<ShowSalesEndTimeUTC>2019-04-04T07:15:00Z</ShowSalesEndTimeUTC>
<ShowReservationStartTime>2000-01-01T00:00:00</ShowReservationStartTime>
<ShowReservationStartTimeUTC>2000-01-01T00:00:00Z</ShowReservationStartTimeUTC>
<ShowReservationEndTime>2019-04-04T09:00:00</ShowReservationEndTime>
<ShowReservationEndTimeUTC>2019-04-04T06:00:00Z</ShowReservationEndTimeUTC>
<EventID>302545</EventID>
<Title>Suomen hauskin mies</Title>
<OriginalTitle>Suomen hauskin mies</OriginalTitle>
<ProductionYear>2018</ProductionYear>
<LengthInMinutes>103</LengthInMinutes>
<dtLocalRelease>2018-03-16T00:00:00</dtLocalRelease>
<Rating>12</Rating>
<RatingLabel>12</RatingLabel>
<RatingImageUrl>
https://media.finnkino.fi/images/rating_large_12.png
</RatingImageUrl>
<EventType>Movie</EventType>
<Genres>Komedia, Draama, Kotimainen</Genres>
<TheatreID>1038</TheatreID>
<TheatreAuditriumID>1270</TheatreAuditriumID>
<Theatre>Tennispalatsi, Helsinki</Theatre>
<TheatreAuditorium>sali 11</TheatreAuditorium>
<TheatreAndAuditorium>Tennispalatsi, Helsinki, sali 11</TheatreAndAuditorium>
<PresentationMethodAndLanguage>2D, suomi/saksa</PresentationMethodAndLanguage>
<PresentationMethod>2D</PresentationMethod>
<EventSeries/>
<ShowURL>http://www.finnkino.fi/websales/show/1320205/</ShowURL>
<EventURL>
http://www.finnkino.fi/event/302545/title/suomen_hauskin_mies/
</EventURL>
<SpokenLanguage>
<Name>suomi/saksa</Name>
<NameInLanguage/>
<ISOTwoLetterCode>FI</ISOTwoLetterCode>
</SpokenLanguage>
<SubtitleLanguage1>
<Name>suomi</Name>
<NameInLanguage/>
<ISOTwoLetterCode>FI</ISOTwoLetterCode>
</SubtitleLanguage1>
<SubtitleLanguage2>
<Name>ruotsi</Name>
<NameInLanguage/>
<ISOTwoLetterCode>SV</ISOTwoLetterCode>
</SubtitleLanguage2>
<Images>
<EventSmallImagePortrait>
http://media.finnkino.fi/1012/Event_11891/portrait_small/SuomenHauskinMies_1080.jpg
</EventSmallImagePortrait>
<EventMediumImagePortrait>
http://media.finnkino.fi/1012/Event_11891/portrait_medium/SuomenHauskinMies_1080.jpg
</EventMediumImagePortrait>
<EventLargeImagePortrait>
http://media.finnkino.fi/1012/Event_11891/portrait_small/SuomenHauskinMies_1080.jpg
</EventLargeImagePortrait>
<EventSmallImageLandscape>
http://media.finnkino.fi/1012/Event_11891/landscape_small/SuomenHauskinMies_444.jpg
</EventSmallImageLandscape>
<EventLargeImageLandscape>
http://media.finnkino.fi/1012/Event_11891/landscape_large/SuomenHauskinMies_670.jpg
</EventLargeImageLandscape>
</Images>
<ContentDescriptors>
<ContentDescriptor>
<Name>Violence</Name>
<ImageURL>
https://media.finnkino.fi/images/content_Violence.png
</ImageURL>
</ContentDescriptor>
<ContentDescriptor>
<Name>Disturbing</Name>
<ImageURL>
https://media.finnkino.fi/images/content_Disturbing.png
</ImageURL>
</ContentDescriptor>
</ContentDescriptors>
</Show>

0 个答案:

没有答案