Paul McGuire wrote: > > Load Forward's with '<<' instead of '='. Change: > tablePattern = getMultiLevelPattern('table',trPattern) > to: > tablePattern << getMultiLevelPattern('table',trPattern) > > I think that is all you needed. > > Awesome job! (Also check out the pyparsing built-ins for making HTML > and XML tags.) > > -- Paul
thank you , i was wonding why my iteraiton not functional . so it's my fault . later , i checked other parsers like Clientable & BeautifulSoap , i think with beautifulsoap doing this job is a better idea. -- http://mail.python.org/mailman/listinfo/python-list