View Single Post
Old 11-02-2011, 03:56 PM   #9
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by scissors View Post
Y@starson when you say print the soup - I assume the soup is the input html and the created intermediate xhtml.
Yes, it's the input html. "Soup" is recipe shorthand for html being processed in a recipe by BeautifulSoup. The html processing methods (pre and post) are passed a parameter named "soup" which is the html they receive to be processed. You'll see it in most recipes. It's also used behind the scenes in all the tag handling methods.

http://www.crummy.com/software/Beaut...mentation.html
Starson17 is offline   Reply With Quote