
May 29th, 2006, 12:10 PM
|
|
Registered User
|
|
Join Date: May 2006
Posts: 20
Time spent in forums: 4 h 45 m 28 sec
Reputation Power: 0
|
|
|
HTML Parser
Hello all,
Does vb 6.0 provide any functionality to get information about tags in HTML.
i.e. <a href="html://......" ></a>
At the moment I am searching for any occurences of '<a' in the file. Then I search that line for " and search again for ". I take these values and get the href value. The problem is if this value contains double quotes.
I used XML before and they had functions like get tag(a), get value(href). Is there anything like this for vb 6.0 ?
|