The xml can only be referred to in the code as an external link for eg. “www.etc.com”. I want to be able to extract certain words from the page source of certain websites, but first i need to dump the source content into a string or CString. Thanks for any help
Share
I think what you are asking is how to fetch data from the internet.
I found this thread and some source code regarding this.