Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi GuysDoes 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=154941Is this possible at anyway???Regards Mads
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.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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
Sure. You can use GetXmlDocumentByUrl
The 1800 is how many seconds ypu want to cache the externaal xml.
is working on a reply...