I have never worked with XML feeds. I need to retrieve a feed from a remote site and import it into a database.
Is there a way for me to create Coldfusion variables based on the XML tags and then insert them into a table? For example, if the XML feed has <question></question> tags, is there a way to parse the file and create a variable from the text between the <question> tags and name it #whatever#?
Thank you for any help you can give.
Is there a way for me to create Coldfusion variables based on the XML tags and then insert them into a table? For example, if the XML feed has <question></question> tags, is there a way to parse the file and create a variable from the text between the <question> tags and name it #whatever#?
Thank you for any help you can give.