Search the web
Sign In
New User? Sign Up
rss-public
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 929 - 958 of 1975   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
929
"There is a flaw in many blogging platforms, including WordPress, that would allow others to gain access to post and gain administrative privleges. Over the...
Randy Charles Morin
randymorin
Offline Send Email
Oct 3, 2006
11:35 am
930
... I've read various posts on this subject and I still can't figure out where the problem lies. Is this a bug in the blogging platform, a bug in the RSS ...
James Holderness
james_holder...
Offline Send Email
Oct 3, 2006
12:18 pm
931
... Look closely at Randy’s mail; it has all the clues you need. Regards, -- Aristotle Pagaltzis // <http://plasmasturm.org/>...
A. Pagaltzis
a22pag
Offline Send Email
Oct 3, 2006
12:43 pm
932
... Duh. Thanks. I had actually noticed that but it never occured to me to take it literally. I think I need a vacation. Regards James...
James Holderness
james_holder...
Offline Send Email
Oct 3, 2006
1:05 pm
933
There's a thread that's just started in the Atom syntax WG on the subject of bidirectional content in Atom feeds. It seems they're currently proposing an ...
James Holderness
james_holder...
Offline Send Email
Oct 3, 2006
1:51 pm
934
Using the unicode controls are likely the only reliable mechanism. If bidi in RSS is required, use UTF-8 and insert RLE's and RLO's as appropriate. - James...
James M Snell
jasnellspace
Offline Send Email
Oct 3, 2006
2:45 pm
935
... In description and content:encoded, one can also use the dir attribute provided by HTML [1]. - Sam Ruby [1]...
Sam Ruby
sa3ruby
Offline Send Email
Oct 3, 2006
2:59 pm
936
At this point, I think we should simply document the Unicode Bidirectional Algorithm. Does anybody have any other experiences working with bidirectional...
Randy Morin
randymorin
Offline Send Email
Oct 3, 2006
3:17 pm
937
... The unicode direction formatting codes only deal with part of the problem. They tell the text renderer in what order to process a string of characters. ...
James Holderness
james_holder...
Offline Send Email
Oct 3, 2006
3:25 pm
938
Question. This isn't a problem with description, which can contain escaped HTML and the dir attribute (as Sam points out), but is a problem with title, which...
Randy Morin
randymorin
Offline Send Email
Oct 3, 2006
3:32 pm
939
Yeah, I know, but for the plain text elements in RSS there really isn't another option without introducing a dir attribute or some extension element or just...
James M Snell
jasnellspace
Offline Send Email
Oct 3, 2006
3:40 pm
940
... http://www.w3.org/International/articles/inline-bidi-markup/Overview.he.php * once you have scanned the page, click on "English" in the top left * once you...
Sam Ruby
sa3ruby
Offline Send Email
Oct 3, 2006
3:44 pm
941
... Elements potentially affected include: channel: description, category, copyright, generator, managingEditor, webmaster image: title, description ...
Sam Ruby
sa3ruby
Offline Send Email
Oct 3, 2006
3:50 pm
942
... This would be ideal, but unfortunately there are a lot of feeds that still consider the description element to be plain text (as in RSS 0.9x). Take a look...
James Holderness
james_holder...
Offline Send Email
Oct 3, 2006
3:53 pm
943
Just use HTML for everything is likely a problem considering that most RSS client/publishers work otherwise. So, I would go with option #1, add dir where...
Randy Morin
randymorin
Offline Send Email
Oct 3, 2006
4:14 pm
944
... For the most part elements like title aren't a problem since they don't typically wrap over multiple lines. Any bidirectional issues can theoretically be...
James Holderness
james_holder...
Offline Send Email
Oct 3, 2006
4:48 pm
945
Anglocentric, yes, but this assumption is in-line with the (X)HTML dir attribute which defaults to "ltr". - James...
James M Snell
jasnellspace
Offline Send Email
Oct 3, 2006
5:02 pm
946
... At the moment, the feed validator does not enforce this restriction. Should it? - Sam Ruby...
Sam Ruby
sa3ruby
Offline Send Email
Oct 3, 2006
6:41 pm
947
I'm taking the 5th of that one ;-)...
Randy Morin
randymorin
Offline Send Email
Oct 3, 2006
6:59 pm
948
... Permit me to rephrase the question then. Are namespaced qualified attributes on core RSS 2.0 elements permitted, discouraged, or disallowed by the Profile...
Sam Ruby
sa3ruby
Offline Send Email
Oct 3, 2006
7:30 pm
949
... I'm guessing that you're basing this on the following section of the spec ... "RSS 2.0 adds that capability, following a simple rule. A RSS feed may ...
rcade
Offline Send Email
Oct 3, 2006
7:34 pm
950
This is open for debate. IMHO. The spec, on the other hand, if read literally, is clear on the matter. Thanks, Randy Charles Morin http://www.kbcafe.com/rss...
Randy Morin
randymorin
Offline Send Email
Oct 3, 2006
7:47 pm
951
I updated the RSS profile to reflect the spec's rule against extending core RSS elements with attributes in a namespace. The Introduction section now includes...
rcade
Offline Send Email
Oct 3, 2006
9:17 pm
952
... One small niggle... that paragraph uses the word specification three times; the making the antecedent for the third reference unclear. - Sam Ruby...
Sam Ruby
sa3ruby
Offline Send Email
Oct 3, 2006
9:46 pm
953
... Thanks. I went ahead and fixed that without a revision upgrade: "The elements defined in the RSS 2.0 specification must not be extended by attributes...
rcade
Offline Send Email
Oct 3, 2006
10:00 pm
954
... Cool. I'll look into implementing this with the Feed Validator, with the standard caveat that if the profile changes, I'll remove this restriction....
Sam Ruby
sa3ruby
Offline Send Email
Oct 4, 2006
1:05 am
955
This is exactly what I was afraid of. Please treat these as warnings, not errors. The schema attribute is harmless. Thanks, Randy Charles Morin ...
Randy Morin
randymorin
Offline Send Email
Oct 4, 2006
1:18 am
956
On 10/3/06, Randy Morin <randy@...> wrote: "This is exactly what I was afraid of. Please treat these as warnings, not errors. The schema attribute is...
Rogers Cadenhead
rcade
Offline Send Email
Oct 4, 2006
1:38 am
957
... From a coding perspective, the difference between coding a check for a warning and coding a check for an error is inconsequential. I'll hold off for a few...
Sam Ruby
sa3ruby
Offline Send Email
Oct 4, 2006
1:43 am
958
If we call this an error, I'll propose a change to the spec to allow extension attribute. Please try and be civil instead of trying to create an issue. This is...
Randy Morin
randymorin
Offline Send Email
Oct 4, 2006
2:28 am
Messages 929 - 958 of 1975   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help