url from the html data
-
Can any body tell me how can i extract all the links from the html data. any standard protocol to get the link from the data. or all posible ways for url in the data absolute url or relative url.:((
-
Can any body tell me how can i extract all the links from the html data. any standard protocol to get the link from the data. or all posible ways for url in the data absolute url or relative url.:((
you can use regular expression to extract the url from the html data.i have done this before but not in c++,just in java.
-
you can use regular expression to extract the url from the html data.i have done this before but not in c++,just in java.
hi thanx but i want it in vc++ any way thanx
-
hi thanx but i want it in vc++ any way thanx
There are also some regex library in c++.
-
Can any body tell me how can i extract all the links from the html data. any standard protocol to get the link from the data. or all posible ways for url in the data absolute url or relative url.:((
Host the document in MSHTML and use the anchors property of the IHTMLDocument2 interface.
-
hi thanx but i want it in vc++ any way thanx
The Boost library includes a very nice regular expression[^] library for use from C++. Documentation and examples are good. You can probably Google for a site that lists regular expressions for extracting information from HTML.
Software Zen:
delete this;