Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Extract content from html

Status
Not open for further replies.

percent

IS-IT--Management
Apr 27, 2004
176
0
0
US
I was wondering how I might do this,
What I would like to do is say I have 0001.html
and in the source of this file are two tags that only occur once - these tags are

<!-- Content -->

and

<!-- /Content -->

Code:
--html code here--

<!-- Content -->

--html code here--

<!-- /Content -->

--html code here--

what would I have to do in order to retrive all the html between these two tags

any help would be greatly appreciated
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top