Why does a strikethrough appear?

Source: Internet
Author: User
I download an XML file, there are about 60,000 data, I read in PHP, echo out, in the 16,710th when the text strikethrough, which is why?

$xml = simplexml_load_file (' Jacs.xml ');   $num =0;foreach ($xml->pubmedarticle as $ArticleInfo) {$num + +;   Echo $num;   Echo ' <br><br> ';    $PubTime = $ArticleInfo->medlinecitation->article->journal->journalissue->pubdate; Echo ' publicationdate: '. $PubTime->year. ' '. $PubTime->month. ' '. $PubTime->day. '   <br><br> ';   $JournalName = $ArticleInfo->medlinecitation->article->journal->title; Echo ' Journalname: '. $JournalName. '   <br><br> ';   $PubTitle = $ArticleInfo->medlinecitation->article->articletitle; Echo ' Title: ' $PubTitle. '   <br><br> ';   $PubAbstract = $ArticleInfo->medlinecitation->article->abstract->abstracttext; Echo ' Abstract: '. $PubAbstract. '   <br><br> ';   Echo ' Author: ';   $Authorlist = $ArticleInfo->medlinecitation->article->authorlist; foreach ($Authorlist->author as $publisher) {echo $publisher->forename. '   '. $publisher->lastname. ' | '; } Echo ' <br><br> '; $Affiliation = $ArticleInfo->medlinecitation->article->authorlist->author[0]->affiliationinfo-   >Affiliation;   Echo ' Affiliation: '. $Affiliation; Echo ' <br><br><br><br> ';}
  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.