TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Mike
NA
3
0
Webpage Source
Dec 11 2009 7:30 PM
Hey forum! I'm new here and would just like to say heya!
Well to get started on my program I'm working on a program that downloads info form World of Warcraft Armory website and then gives you statistics about random stuff. I'm having a little trouble with getting the XML. Here is the site:
http://www.wowarmory.com/guild-info.xml?r=...Creature+Within
When you right click and click View Page Source you get the XML document. That is the exact text i want in my textbox of my form. So to recap: I want to get the "View Page Source" code of the website posted above. Iv tried the .documenttext and the .gethtml and .inner .outer ext ext but it all returns HTML and not the XML document from the right click and "View Page Source"
Sidenote(I found out that Google Chrome shows the html version but iexplore/firefox shows the XML version)
Can anyone help me? Post if need more details.
Thanks in advance
- Mike
Reply
Answers (
3
)
Change the order of nodes
Reading XML and extracting nodes to textboxes