Re: Pyparsing - Dealing with a Blank Value

2007-01-26 Thread Steve
Hi Paul! Thanks for your suggestions on the default value (I didn't know you could do that!!) and the use of the makeHTMLtags module! Steve On Jan 25, 8:07 pm, "Paul McGuire" <[EMAIL PROTECTED]> wrote: > On Jan 25, 7:13 pm, "Steve" <[EMAIL PROTECTED]> wrote: > > > Hi All, > > > I've picked up th

Re: Pyparsing - Dealing with a Blank Value

2007-01-25 Thread Paul McGuire
On Jan 25, 7:13 pm, "Steve" <[EMAIL PROTECTED]> wrote: > Hi All, > > I've picked up thePyParsingmodule and am trying to figure out how to > do a simple parsing of some HTML source code. My specific problem is > dealing with an element that is blank. > I'd also suggest use the makeHTMLTags helper

Re: Pyparsing - Dealing with a Blank Value

2007-01-25 Thread Paul McGuire
On Jan 25, 7:13 pm, "Steve" <[EMAIL PROTECTED]> wrote: > Hi All, > > I've picked up thePyParsingmodule and am trying to figure out how to > do a simple parsing of some HTML source code. My specific problem is > dealing with an element that is blank. > > > Any assistance would be greatly apprecia

Re: Pyparsing - Dealing with a Blank Value

2007-01-25 Thread Gabriel Genellina
At Thursday 25/1/2007 22:13, Steve wrote: I've picked up the PyParsing module and am trying to figure out how to do a simple parsing of some HTML source code. My specific problem is dealing with an element that is blank. Sorry for not answering your question exactly, but I'd use BeautifulSo