On Oct 29, 2007, at 19:28, Nick Rout wrote:
Yes thanks I had forotten about dive into python, the reminder is timely.i'd like to be able to do something like For each xml series entity return series_id
Python has a plethora of XML parsing tools. BeautifulSoup is easy to use for XML (and also very lenient HTML) parsing.
http://www.crummy.com/software/BeautifulSoup/ -- Jim Tittsler, Gisborne http://eXeLearning.org/ http://tlug.jp/
