Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Mads Sørensen 188 posts 433 karma points
    Mar 23, 2013 @ 13:28
    Mads Sørensen
    0

    Access XML data from external URL

    Hi Guys

    Does anyone know something about getting XML data from an external website.

    I would like to access this results XML data, beacause i try not to use an iFrame.

    http://www.dbu.dk/turneringer_og_resultater/resultatsoegning/position.aspx?poolid=154941


    Is this possible at anyway???

    Regards Mads

  • Claushingebjerg 939 posts 2574 karma points
    Mar 26, 2013 @ 15:24
    Claushingebjerg
    1

    Sure. You can use GetXmlDocumentByUrl 

    <xsl:variable name="dburesults" select="umbraco.library:GetXmlDocumentByUrl(http://dbu.dk/linktothexml.xml, 1800)" />

    The 1800 is how many seconds ypu want to cache the externaal xml.

Please Sign in or register to post replies

Write your reply to:

Draft