convert xml to access

G

gillmacca

I apologise if i have posted in the wrong group, if so can you tell me
which group to post to.

What I want to do is convert an xml file to access. I am sure this can
be done, as the fiel started out as an access file but was then
converted to xml. Now I need to convert it back, but can only manage to
get one column to import.
The xml file is laid out like this:
- <channels>
- <channel name="The Golf Channel UK">
- <programmes>
- <programme name="Golf Central" startdate="2005/10/2" starttime="0600"
duration="180" category="Sport">
<synopsis>Golf Central, the source for the most up-to-date, in-depth
golf news in the world. Latest tour updates, and the shots that put the
players at the top of the leaderboards and analysis like never
before</synopsis>
</programme>
- <programme name="Golf Central" startdate="2005/10/3" starttime="0600"
duration="180" category="Sport">
<synopsis>Golf Central, the source for the most up-to-date, in-depth
golf news in the world. Latest tour updates, and the shots that put the
players at the top of the leaderboards and analysis like never
before</synopsis>

I can get the synposis to import, but nothing else.

Can anyone help?

Many thanks
 
Top