Menu

Keep Getting Error Saying Xml Parsing Error Line 18 Extra Content End Document Took Spaces Q43896979

I keep getting an error saying “XML Parsing error at line 18:Extra content at the end of the document” but I took out spaces andtried fixing the tags but I keep getting the error. Can anyone helpme fix this? Thank you

<?xml version=”1.0″ encoding=”UTF-8″?>
<Movie>
   <Title>Avengers: Endgame</Title>
   <Directors>
       <Name>AnthonyRusso</Name>
       <Name>JoeRusso</Name>
   </Directors>
   <Actors>
       <Lead>Robert DowneyJr.</Lead>
       <Lead>ChrisEvans</Lead>
       <Lead>ScarletJohansson</Lead>
   </Actors>
   <Date>April 22nd</Date>
   <Length>181 minutes</Length>
   <Genre>Action</Genre>
</Movie>

<MusicCD>
   <Title>2014 Hills Drive</Title>
   <Artist>J. Cole</Artist>
   <Track>Intro</Track>
       <Tile>1</Tile>
      <Length>2:09</Length>
   <Track>January 28th</Track>
       <Tile>2</Tile>
      <Length>4:02</Length>
   <Track>’03 Adolescence</Track>
       <Tile>4</Tile>
      <Length>4:24</Length>
   <Track>A Tale of 2 Citiez</Track>
       <Tile>5</Tile>
      <Length>4:30</Length>
   <Label>
      <LabelName>ByStorm</LabelName>
      <LabelName>Columbia</LabelName>
      <LabelName>Dreamville</LabelName>
       <LabelName>RocNation</LabelName>
   </Label>
   <Date>December 9, 2014</Date>
<MusicCD>

<Book>
   <Title>Nineteen Eighty-Four</Title>
   <Author>George Orwell</Author>
   <MainCharacters>
       <Name>WinstonSmith</Name>
      <Name>Julia</Name>
      <Name>O’Brien</Name>
   </MainCharacters>
   <Publisher>Secker &Warburg</Publisher>
   <Date>June 8 1949</Date>
   <Length>328 pages</Length>
</Book>

Expert Answer


Answer to I keep getting an error saying “XML Parsing error at line 18: Extra content at the end of the document” but I took out s…

OR