Quantcast
Channel: Excel Help Forum - Excel Programming / VBA / Macros
Viewing all articles
Browse latest Browse all 50068

Pull Various Data From Web XML file -Copy Of XML Attached- :confused:

$
0
0
I'm trying to pull Data from XML files from the web, the info i'm trying to pull is Directors Name with link or as link, and producers Name, as link or with link.
I have little experience with this, but have had a lot of help with code to the same idea, but this is above me completely. the code I have only pulls from the Movies Search string, and only pulls .ChildNodes(20).nodetypedvalue
thanks for the time everyone


HTML Code:

<cast><person name="Chuck Palahniuk" character="" job="Novel" id="7468" thumb="http://cf2.imgobject.com/t/p/w185/8nOJDJ6SqwV2h7PjdLBDTvIxXvx.jpg" department="Writing" url="http://www.themoviedb.org/person/7468" order="0" cast_id="29"/>
<person name="David Fincher" character="" job="Director" id="7467" thumb="http://cf2.imgobject.com/t/p/w185/iTWJyV1yUoagqDzxyTjxoPuSVs.jpg" department="Directing" url="http://www.themoviedb.org/person/7467" order="0" cast_id="28"/>
<person name="Jeff Cronenweth" character="" job="Director of Photography" id="7479" thumb="" department="Camera" url="http://www.themoviedb.org/person/7479" order="0" cast_id="18"/>
<person name="Art Linson" character="" job="Producer" id="1254" thumb="" department="Production" url="http://www.themoviedb.org/person/1254" order="0" cast_id="14"/>
<person name="David Prior" character="" job="Producer" id="7476" thumb="" department="Production" url="http://www.themoviedb.org/person/7476" order="0" cast_id="15"/>

Xml
550.zip
Workbook
MoviesV4.xlsm

The Code I'm using now for extracting is in GetData_Click in the userform1

Viewing all articles
Browse latest Browse all 50068

Trending Articles