• Hi,

    On my wordpress site I have to fetching data from an url like this
    https://doi.crossref.org/servlet/getForwardLinks?usr=MYUSERNAME&pwd=MYPASSWORD&doi=DOI
    where:
    MyUsername and MyPassword are from CrossRef (database of academic publications)
    DOI is a number which identify a digital content (as journal or book series)

    This url has this result:
    `<crossref_result xmlns=”https://www.crossref.org/qrschema/2.0&#8243; xmlns:xsi=”https://www.w3.org/2001/XMLSchema-instance&#8221; version=”2.0″ xsi:schemaLocation=”https://www.crossref.org/qrschema/2.0 https://www.crossref.org/qrschema/crossref_query_output2.0.xsd”&gt;
    <query_result>
    <head>
    <doi_batch_id>none</doi_batch_id>
    </head>
    <body>
    <forward_link doi=”XXXXXXXXXXXXXXXX”>
    <journal_cite fl_count=”0″>
    <issn type=”print”>XXXXXXXXX</issn>
    <issn type=”electronic”>XXXXXXXXXX</issn>
    <journal_title>XXXXXXXXXXX</journal_title>
    <journal_abbreviation>XXXXXXXXXXX</journal_abbreviation>
    <article_title>
    XXXXXXXXXXXXXXXXXXXX
    </article_title>
    <contributors>
    <contributor first-author=”true” sequence=”first” contributor_role=”author”>
    <given_name>XXXXXXXXXX</given_name>
    <surname>XXXXXXXXXX</surname>
    </contributor>
    <contributor first-author=”false” sequence=”additional” contributor_role=”author”>
    <given_name>XXXXXXXXX</given_name>
    <surname>XXXXXXXXX</surname>
    </contributor>
    <contributor first-author=”false” sequence=”additional” contributor_role=”author”>
    <given_name>XXXXXXX</given_name>
    <surname>XXXXXXX</surname>
    </contributor>
    <contributor first-author=”false” sequence=”additional” contributor_role=”author”>
    <given_name>XXXXXXX</given_name>
    <surname>XXXXXXX</surname>
    </contributor>
    </contributors>
    <year>2014</year>
    <publication_type>full_text</publication_type>
    <doi type=”journal_article”>10.1007/s11012-014-0014-y</doi>
    </journal_cite>
    </forward_link>
    </body>
    </query_result>
    </crossref_result>

    Finally I need to import this result on my wordpress site like this
    https://pubs.rsc.org/en/Content/ArticleLanding/2000/CS/a904518j#!divAbstract
    (see the tab “Cited by”

    Is there any plugin do it in the same way?
    I already test WP Web scraper but it doesn’t works good
    Have you any idea or suggest for me?
    Thanks

  • The topic ‘Fetching data from http//…’ is closed to new replies.