![]() |
|
|||||||
| Notices |
| Help and Test Zone Bug reports and tech support requests. You may also post here to test any forum fuctionality. |
![]() |
|
|
LinkBack | Thread Tools |
|
||||
|
WW2DB RSS working?
I noticed the RSS link for WW2DB have stopped. The last entry was dated 8/16 or so. Just want to see if it's broken for whatever reason?
Thanks for looking into it
|
| Sponsored Links |
|
||||
|
Re: WW2DB RSS working?
Hey Jim,
Thanks for looking into it. It seems to be working ok on my end when I add it to my RSS reader as well. The line the forum's parser have trouble with links out to a page at Harvard that defines the formatting of my XML file, so that shouldn't be a problem? Don't you love these little technological obstacles? :P |
|
|||||
|
Re: WW2DB RSS working?
Quote:
__________________
You must be the change you wish to see in the world. Mohandas K Gandhi |
|
||||
|
Re: WW2DB RSS working?
Oooh, line 10 character 761, I didn't see that in your original email, sorry about that. I looked at it and it's probably the cause: The character is "ä" as in "Volksjäger".
I guess either my Perl code didn't generate that character correctly, or your program is not picking it up :/ I guess when I get home today I'll change that entry's date to an older date so it won't show up on the XML. That should be a decent short-term solution for now until I figure out exactly why this is causing a problem. |
|
|||||
|
Re: WW2DB RSS working?
OK. Let's see if that works. Just because it was the issue with IE does not mean it's the issue here but it's worth a shot.
__________________
You must be the change you wish to see in the world. Mohandas K Gandhi |
|
||||
|
Re: WW2DB RSS working?
Jim, looks like the ä was indeed the culprit. Soon after I manually finagled the date on that article, all the items that didn't get pulled into the RSS section in the past week came in. I'm going to continue doing the same trick with WW2DB's RSS output until I figure out whether it was something on my end that's acting up -- I think it might be on my end and not yours.
|
|
|||||
|
Re: WW2DB RSS working?
That is odd. I know that the reader associated with this software does some strange things also. For instance, an apostrophe in the NY Times feed comes out as a question mark. I just manually edit those in the titles when I see them. But it handled the "ü" in Günther Grass in that same feed just fine. And Lektora in Firefox handled your feed fine while it caused the one here and Lektora in IE to hiccup. Seems the "standard" may not be all that standard.
__________________
You must be the change you wish to see in the world. Mohandas K Gandhi |
|
||||
|
Re: WW2DB RSS working?
Well Jim, working in software myself, these are the kind of random headaches that I have come to accept as a way of life
![]() After looking at it yesterday, I actually believe that the problem is on my side. I believe my Perl code that generates the XML does not know how to handle non-English characters. I'm not a Linux expert, however, so I'm not sure if it is an operating system limitation. I'm trying to find out, though may take me a few days since work has been pretty demanding the last few days. |