Jump to content

_XMLDOMWrapper


z999
 Share

Recommended Posts

I'm trying to create a podcast downloader so I won't have to download itunes. I have everything about ready (but I didn't started writing) excpect the xml reading. I saw _XMLDOMWrapper and I need to divide my xml file (the rss feed) into episodes and then read the tags that inside them.

I have two questions:

1. how do get the fields? I need to use getfield or getvalue?

2. by what I understood the output is an array... but each <item> has about 10 tags in it.... am i supposed to getfield the <item> or the <title> and all the other stuff?

I just need some more help with the reading functions of _XMLDOMWrapper

Link to comment
Share on other sites

Have you read ANY of the help file yet? Looked at ANY of the sample scripts? Attempted to write ANY code?

Welcome to the forum. Before you bite into something you don't understand try and figure out what it is you are trying to accomplish.

Getting the info you seek is very easy and it can be found in the help file.

Agreement is not necessary - thinking for one's self is!

My-Colors.jpg

cuniform2.gif

Link to comment
Share on other sites

I tried to write something to try understand the function I looked on the help file (which doesn't have anything on XML) I know how to write code and already wrote things. I didn't find any sample of xml

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...