Title Sorting Issue
- Code:
<?xml version="1.0" encoding="utf-8"?>
<movie>
<title>Die Hard</title>
<originaltitle>Die Hard</originaltitle>
<sorttitle>Die Hard</sorttitle>
<plot>NYPD cop John McClane's plan to reconcile with his estranged wife, Holly, is thrown for a serious loop when minutes after he arrives at her office, the entire building is overtaken by a group of pitiless terrorists. With little help from the LAPD, wisecracking McClane sets out to single-handedly rescue the hostages and bring the bad guys down.</plot>
<year>1988</year>
<tagline>Twelve terrorists. One cop. The odds are against John McClane... That's just the way he likes it.</tagline>
<releasedate>15.07.1988</releasedate>
<runtime>131</runtime>
<rating>8.3</rating>
<mpaa></mpaa>
<certification>R</certification>
<id>tt0095016</id>
<genre>Action</genre>
<actor>
<name>Bruce Willis</name>
</actor>
<actor>
<name>Alan Rickman</name>
</actor>
<actor>
<name>Reginald VelJohnson</name>
</actor>
<actor>
<name>Bonnie Bedelia</name>
</actor>
<actor>
<name>Alexander Godunov</name>
</actor>
<actor>
<name>Paul Gleason</name>
</actor>
<actor>
<name>William Atherton</name>
</actor>
<actor>
<name>De'voreaux White</name>
</actor>
<actor>
<name>Hart Bochner</name>
</actor>
<actor>
<name>Dennis Hayden</name>
</actor>
<actor>
<name>James Shigeta</name>
</actor>
<actor>
<name>Robert Davi</name>
</actor>
<director>John McTiernan</director>
<studio>20th Century Fox</studio>
<trailer>plugin://plugin.video.youtube/?action=play_video&videoid=ia4BgnjPG7w</trailer><fileinfo><streamdetails><audio><channels>6</channels><codec>AC3</codec></audio><video><aspect>2.35:1</aspect><duration>132</duration><codec>AVC</codec><height>368</height><width>718</width></video></streamdetails></fileinfo></movie>
Thank you