Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2007-04-11 18:14:24
- Joey
- Member
- From: Netherlands
- Registered: 2005-01-19
- Posts: 257
Display XML data into a (X)HTML document
Hi there,
I’m working on a website where I want to dynamically display XML data on a (X)HTML page. The data is provided in an XML document on the internet, like this:
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
<document tabel="data" rowcount="x">
<data1 ...more data here... />
</document>
I can’t change this document. Is somebody familiar with a (php) script that can import the XML data on an webpage one way or another? I already searched, but couldn’t find a simple ready-to-run script, only tutorials on making such a script or something. I’m absolutely not a coder so I was just looking for a simple solution. Ideas?
Last edited by Joey (2007-04-11 18:16:21)
Regards,
Joey
Offline
#2 2007-04-12 22:11:58
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: Display XML data into a (X)HTML document
Offline