"belltown" wrote:
"jamilou" wrote:
Hello,
Thank you for your suggestions.
I started using Pastebin as you suggested and when I paste my code and click on "Raw" I get the followink kind of link :
http://pastebin.com/raw/XXXYYYZZZZ
How do I integrate it in my code ?
My code to access my XML file is as follow :
conn.UrlPrefix = "http://test.e-monsite.com/medias/files"
conn.UrlCategoryFeed = conn.UrlPrefix + "/categories.xml"
Thank you a lot for your help. I'm not a programmer and I'm trying to figure this out (and english is not my mother tongue as well, so it's not that easy 🙂 )
conn.UrlPrefix = "http://pastebin.com/raw"
conn.UrlCategoryFeed = conn.UrlPrefix + "/XXXYYYZZZZ"
It works. Thank you
🙂