Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old August 11th, 2008, 03:15 PM
Greg C.
Guest
 
Posts: n/a
Default Annoying Problem Trying To Validate An XML Feed. Losing My Mind!Please Help!

I tried tackling this problem about 6 months ago, but after going
almost completely insane I gave up, since my news feed seemed to
display just fine anyways. However, in an effort to have my feeds in
complete compliance, I am trying to deal with the problem again.

When I try to validate my feeds I get the following error:

Line 17, column 0: Invalid HTML: unknown declaration: u'BR', at line
5, column 124 (277 occurrences) [help]
<BR>"<a target="_blank" href="http://
forumserve ...

So it's the "<BR>" that's causing the problem.

I went through the help and tried what it recommends, using & to
escape the code (like so: <BR>), but then not only do I
still get this error, but none of my actual web pages that display
this same content work anymore either.

Are there any experts out there that have run into this before?
  #2  
Old August 11th, 2008, 03:55 PM
Martin Honnen
Guest
 
Posts: n/a
Default Re: Annoying Problem Trying To Validate An XML Feed. Losing My Mind!Please Help!

Greg C. wrote:
Quote:
I tried tackling this problem about 6 months ago, but after going
almost completely insane I gave up, since my news feed seemed to
display just fine anyways. However, in an effort to have my feeds in
complete compliance, I am trying to deal with the problem again.
>
When I try to validate my feeds I get the following error:
>
Line 17, column 0: Invalid HTML: unknown declaration: u'BR', at line
5, column 124 (277 occurrences) [help]
<BR>"<a target="_blank" href="http://
forumserve ...
>
So it's the "<BR>" that's causing the problem.
Can you post the URL to a minimal but complete feed that shows the
problem and also post the URL of the feed validator you use?

--

Martin Honnen
http://JavaScript.FAQTs.com/
  #3  
Old August 11th, 2008, 04:05 PM
Greg C.
Guest
 
Posts: n/a
Default Re: Annoying Problem Trying To Validate An XML Feed. Losing My Mind!Please Help!

On Aug 11, 10:43*am, Martin Honnen <mahotr...@yahoo.dewrote:
Quote:
Greg C. wrote:
Quote:
I tried tackling this problem about 6 months ago, but after going
almost completely insane I gave up, since my news feed seemed to
display just fine anyways. However, in an effort to have my feeds in
complete compliance, I am trying to deal with the problem again.
>
Quote:
When I try to validate my feeds I get the following error:
>
Quote:
Line 17, column 0: Invalid HTML: unknown declaration: u'BR', at line
5, column 124 (277 occurrences) [help]
* * *&lt;BR&gt;&quot;&lt;a target=&quot;_blank&quot; href=&quot;http://
forumserve ...
>
Quote:
So it's the "&lt;BR&gt;" that's causing the problem.
>
Can you post the URL to a minimal but complete feed that shows the
problem and also post the URL of the feed validator you use?
>
--
>
* * * * Martin Honnen
* * * *http://JavaScript.FAQTs.com/

The feed is: http://greg.ca/facebook-feed/

The validator is: http://www.feedvalidator.org
  #4  
Old August 11th, 2008, 04:15 PM
Martin Honnen
Guest
 
Posts: n/a
Default Re: Annoying Problem Trying To Validate An XML Feed. Losing My Mind!Please Help!

Greg C. wrote:
Quote:
The feed is: http://greg.ca/facebook-feed/
What is
&lt;!BR&gt;&lt;!BR&gt;
supposed to be? That exclamation mark does not seem to belong in there.

--

Martin Honnen
http://JavaScript.FAQTs.com/
  #5  
Old August 11th, 2008, 04:55 PM
Greg C.
Guest
 
Posts: n/a
Default Re: Annoying Problem Trying To Validate An XML Feed. Losing My Mind!Please Help!

On Aug 11, 11:12*am, Martin Honnen <mahotr...@yahoo.dewrote:
Quote:
Greg C. wrote:
Quote:
The feed is:http://greg.ca/facebook-feed/
>
What is
* *&lt;!BR&gt;&lt;!BR&gt;
supposed to be? That exclamation mark does not seem to belong in there.
>
--
>
* * * * Martin Honnen
* * * *http://JavaScript.FAQTs.com/
It's just a commented out <BR>, ie <!BR>, so that it doesn't actually
render.

Oh dear god, please tell me that's not what's causing this problem.
  #6  
Old August 11th, 2008, 04:55 PM
Greg C.
Guest
 
Posts: n/a
Default Re: Annoying Problem Trying To Validate An XML Feed. Losing My Mind!Please Help!

On Aug 11, 11:46*am, "Greg C." <greg...@gmail.comwrote:
Quote:
On Aug 11, 11:12*am, Martin Honnen <mahotr...@yahoo.dewrote:
>
Quote:
Greg C. wrote:
Quote:
The feed is:http://greg.ca/facebook-feed/
>
Quote:
What is
* *&lt;!BR&gt;&lt;!BR&gt;
supposed to be? That exclamation mark does not seem to belong in there.
>
Quote:
--
>
Quote:
* * * * Martin Honnen
* * * *http://JavaScript.FAQTs.com/
>
It's just a commented out <BR>, ie <!BR>, so that it doesn't actually
render.
>
Oh dear god, please tell me that's not what's causing this problem.
WOW!! After all the time I put into this, and all the fixes/
workarounds I tried, that WAS the problem!! Unbelievable.

It's amazing how a simple question can make you start thinking on a
totally different path.

Thank you so much Martin!
  #7  
Old August 11th, 2008, 04:55 PM
Martin Honnen
Guest
 
Posts: n/a
Default Re: Annoying Problem Trying To Validate An XML Feed. Losing My Mind!Please Help!

Greg C. wrote:
Quote:
It's just a commented out <BR>, ie <!BR>, so that it doesn't actually
render.
Is that proper SGML/HTML comment syntax in your view, or just some
syntax you made up?
Try whether removing that part makes the validator happy, to me it looks
like the most probably cause of that warning.

--

Martin Honnen
http://JavaScript.FAQTs.com/
  #8  
Old August 11th, 2008, 05:05 PM
Greg C.
Guest
 
Posts: n/a
Default Re: Annoying Problem Trying To Validate An XML Feed. Losing My Mind!Please Help!

On Aug 11, 11:53*am, Martin Honnen <mahotr...@yahoo.dewrote:
Quote:
Greg C. wrote:
Quote:
It's just a commented out <BR>, ie <!BR>, so that it doesn't actually
render.
>
Is that proper SGML/HTML comment syntax in your view, or just some
syntax you made up?
Try whether removing that part makes the validator happy, to me it looks
like the most probably cause of that warning.
>
--
>
* * * * Martin Honnen
* * * *http://JavaScript.FAQTs.com/
I'm not sure if it's proper syntax, but it's worked for years so I've
always done it for testing purposes (ie. if I want to see how
something works without an HTML tag but I don't want to have to
actually take it out and then put it back in after the test). I've
used this for as long as I can remember and have never had a problem
before, but I guess now that it's being processed through XML (my
first attempt at XML/news feeds), it does in fact cause issues.

I removed those from the RSS generation code, changed the limit from 5
posts to ALL posts for that feed, and now absolutely everything
validates. I can't believe that's what the problem was... I feel like
such a moron :P
  #9  
Old August 21st, 2008, 04:45 PM
usenet@tech-know-ware.com
Guest
 
Posts: n/a
Default Re: Annoying Problem Trying To Validate An XML Feed. Losing My Mind!Please Help!

On 11 Aug, 17:02, "Greg C." <greg...@gmail.comwrote:
Quote:
On Aug 11, 11:53*am, Martin Honnen <mahotr...@yahoo.dewrote:
>
Quote:
Greg C. wrote:
Quote:
It's just a commented out <BR>, ie <!BR>, so that it doesn't actually
render.
>
I'm not sure if it's proper syntax, but it's worked for years so I've
always done it for testing purposes (ie. if I want to see how
something works without an HTML tag but I don't want to have to
actually take it out and then put it back in after the test). I've
used this for as long as I can remember and have never had a problem
before, but I guess now that it's being processed through XML (my
first attempt at XML/news feeds), it does in fact cause issues.
FWIW I've often commented out HTML tags using something like <xBR>.
The x obviously turns it into an unknown tag which is ignored.

The full commenting out would naturally require something like: <!--
BR-->

HTH,

Pete Cordell
Codalogic Ltd
Interface XML to C++ the easy way using XML C++
data binding to convert XSD schemas to C++ classes.
Visit http://www.codalogic.com/lmx/ for more info
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles