Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
How to find out what BS chokes on?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
LaundroMat  
View profile  
 More options Feb 8 2009, 1:33 pm
From: LaundroMat <Laun...@gmail.com>
Date: Sun, 8 Feb 2009 10:33:05 -0800 (PST)
Local: Sun, Feb 8 2009 1:33 pm
Subject: How to find out what BS chokes on?
Hi, I'm trying to parse this page: http://www.1up.com/do/reviewPage?cId=3172670
and BS returns with HTMLParseError: malformed start tag, at line 990,
column 12  .

How can I find what element/tag in the HTML is causing this error?

Thanks in advance,

Mathieu


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jim Tittsler  
View profile  
 More options Feb 8 2009, 9:21 pm
From: Jim Tittsler <jtitts...@gmail.com>
Date: Mon, 9 Feb 2009 15:21:33 +1300
Local: Sun, Feb 8 2009 9:21 pm
Subject: Re: How to find out what BS chokes on?
2009/2/9 LaundroMat <Laun...@gmail.com>:

> Hi, I'm trying to parse this page: http://www.1up.com/do/reviewPage?cId=3172670
> and BS returns with HTMLParseError: malformed start tag, at line 990,
> column 12  .

> How can I find what element/tag in the HTML is causing this error?

The error message you quoted is telling you.  Line 990, column 12
points to a broken width attribute of a td tag.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
LaundroMat  
View profile  
 More options Feb 9 2009, 7:13 am
From: LaundroMat <Laun...@gmail.com>
Date: Mon, 9 Feb 2009 04:13:50 -0800 (PST)
Local: Mon, Feb 9 2009 7:13 am
Subject: Re: How to find out what BS chokes on?
On Feb 9, 3:21 am, Jim Tittsler <jtitts...@gmail.com> wrote:

> 2009/2/9 LaundroMat <Laun...@gmail.com>:

> > Hi, I'm trying to parse this page:http://www.1up.com/do/reviewPage?cId=3172670
> > and BS returns with HTMLParseError: malformed start tag, at line 990,
> > column 12  .

> > How can I find what element/tag in the HTML is causing this error?

> The error message you quoted is telling you.  Line 990, column 12
> points to a broken width attribute of a td tag.

'Broken' in the sense that is a deprecated attribute? Or am I too
blind to see another issue with this tag?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jim Tittsler  
View profile  
 More options Feb 9 2009, 1:56 pm
From: Jim Tittsler <jtitts...@gmail.com>
Date: Tue, 10 Feb 2009 07:56:52 +1300
Local: Mon, Feb 9 2009 1:56 pm
Subject: Re: How to find out what BS chokes on?

Broken because what is intended as the width attribute is missing an '=' sign.

http://validator.w3.org/check?uri=http%3A%2F%2Fwww.1up.com%2Fdo%2Frev...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alec Schueler  
View profile  
 More options Feb 9 2009, 1:39 pm
From: Alec Schueler <johannalecschue...@googlemail.com>
Date: Mon, 9 Feb 2009 10:39:59 -0800 (PST)
Local: Mon, Feb 9 2009 1:39 pm
Subject: Re: How to find out what BS chokes on?

On Feb 9, 12:13 pm, LaundroMat <Laun...@gmail.com> wrote:

> On Feb 9, 3:21 am, Jim Tittsler <jtitts...@gmail.com> wrote:

> > 2009/2/9 LaundroMat <Laun...@gmail.com>:

> > > Hi, I'm trying to parse this page:http://www.1up.com/do/reviewPage?cId=3172670
> > > and BS returns with HTMLParseError: malformed start tag, at line 990,
> > > column 12  .

> > > How can I find what element/tag in the HTML is causing this error?

> > The error message you quoted is telling you.  Line 990, column 12
> > points to a broken width attribute of a td tag.

> 'Broken' in the sense that is a deprecated attribute? Or am I too
> blind to see another issue with this tag?

There's a missing equals sign.

It reads '<td width"100%"...' where it should be '<td width="100%"...'


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »