View Single Post
Old 03-04-2011, 11:46 AM   #1
JFS-NMF
Member
JFS-NMF began at the beginning.
 
Posts: 10
Karma: 10
Join Date: Jan 2011
Device: nook
remove_tags does not work

I am having great difficulty creating recipes. Most recently, I have tried the following:


remove_tags = [dict(name='div', attrs={'class':'clearfix'})]
remove_tags_after = [dict(name='div',attrs={'id':'wrapper'})]

Neither line has any effect on that is produced; no tags are removed.
Is there some other syntax or element required in the recipe for for these lines to work?
JFS-NMF is offline   Reply With Quote