I've no opinion.
>> I'm just struggling with BeautifulSoup myself, finding it one of the
>> toughest libs I've seen ;-)
>
> Really? While I'm by no means an expert, I find it very easy to work with.
> It's very well
> structured IMHO.
I think the cause lies in the documentation.
The PySide docume
On 11.12.2010 22:38, Stef Mientki wrote:
On 11-12-2010 17:24, Martin Kaspar wrote:
Hello commnity
i am new to Python and to Beatiful Soup also!
It is told to be a great tool to parse and extract content. So here i
am...:
I want to take the content of a-tag of a table in a html
document. For ex
On Sat, 11 Dec 2010 22:38:43 +0100, Stef Mientki wrote:
[snip]
> So the simplest solution I came up with:
>
> Text = """
>
>
>
> This is a sample text
>
>
>
> This is the second sample text
>
>
>
On 11-12-2010 17:24, Martin Kaspar wrote:
> Hello commnity
>
> i am new to Python and to Beatiful Soup also!
> It is told to be a great tool to parse and extract content. So here i
> am...:
>
> I want to take the content of a -tag of a table in a html
> document. For example, i have this table
>
>
try using lxml ... its very useful
On Sat, Dec 11, 2010 at 11:24 AM, Martin Kaspar wrote:
> Hello commnity
>
> i am new to Python and to Beatiful Soup also!
> It is told to be a great tool to parse and extract content. So here i
> am...:
>
> I want to take the content of a -tag of a table in a h