Hi Gurus,
I have the webpage as below, COMPUTER COURSES BIOLOGY . . .. . Now I want to parse this webpage and build xml file like below <root> <course> <CATEGORY> COMPUTER COURSES</CATEGORY> <name> <http://webcast.berkeley.edu/course_details.php?seriesid=1906978494> CS 162 Operating Systems and System Programming F. 07</name> <Tutor>John Kubiatiwucz</Tutor> <Number>10</Number> <course> . . . . . <course> <CATEGORY> Biology</CATEGORY> <name> <http://webcast.berkeley.edu/course_details.php?seriesid=1906978494> CS 162 Operating Systems and System Programming F. 07</name> <Tutor>John Kubiatiwucz</Tutor> <Number>10</Number> <course> I have gone through WWW::Mechanize module, But could not get an idea how to do it. Thanks, PP
<<image001.jpg>>