hello all, i'm beginner to java with few basic skills.
I want to extract few field from an html file
lets say a file has format as on page in following link
AIRCC - IJWMN - Journal
now I want to extract all the topics mentioned inthe page as a list, and store them in a text file
the text file should have only following fields
Architectures, protocols, and algorithms to cope with mobile & wireless Networks
Distributed algorithms of mobile computing
.
.
Wireless multimedia systems
Service creation and management environments for mobile/ wireless systems
how to do this?
I tried to have regexp used. But couldnot use it to its extent I guess.
Please help me to get through