Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

rss-dev

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 2416
  • Category: XML
  • Founded: Jul 27, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 3295 - 3324 of 7450   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
3295 Chris Croome
chriscroome Send Email
Sep 1, 2002
10:38 am
Hi ... I'm all in favour of as many examples as possible -- cutting and pasting other peoples code is always a quick way to get the hang of something, IMHO. In...
3296 Bill Kearney
wkearney99 Send Email
Sep 1, 2002
12:34 pm
... Provided what you cut from is accurate. I've seen plenty of feed using header namespaces but never using the modules. They obviously cut and paste...
3297 Bill Kearney
wkearney99 Send Email
Sep 1, 2002
1:52 pm
... That doesn't seem correct, or else why would there be a UTF-16? FYI: http://www.macchiato.com/unicode/charts.html ...
3298 Ian Graham
ian_graham8 Send Email
Sep 1, 2002
5:03 pm
All unicode encodings (UTF-8, UTF-16, whatever) support the same characters. The different encodings are simply that -- different ways of representing the...
3299 Bill Kearney
wkearney99 Send Email
Sep 1, 2002
5:09 pm
That's a great understatement. As there are also sorts of endian issues as well. There are /most certainly/ characters in UTF-16 that cannot be represented...
3300 Ian Graham
ian_graham8 Send Email
Sep 1, 2002
5:46 pm
That's simply not true - UTF-8 can encode any unicode character. UTF-8 also has no BOM isues (although it can use a BOM as part of an encoding signature). Byte...
3301 Simon Fell
simonfell99 Send Email
Sep 1, 2002
6:01 pm
UTF-8 and UTF-16 are different encodings of the same character set (unicode), UTF-8 uses a variable (1to3) bytes per character, whilst UTF-16 uses a fixed 2...
3302 Chris Croome
chriscroome Send Email
Sep 1, 2002
6:31 pm
Hi ... Here is a UTF-8 RSS file with some non-latin stuff near the end: http://www.laptopchallenge.org.uk/rss100sitemap.rdf Chris...
3303 Ziv Caspi
zivcaspi Send Email
Sep 1, 2002
8:43 pm
I believe you've left out the possibility for surrogate pairs, Simon. UTF-8 may require more than 3 bytes per character (and UTF-16 more than 2). See...
3304 Simon Fell
simonfell99 Send Email
Sep 1, 2002
9:08 pm
Yes, surrogate pairs change that [making a complex issue even more complex]. Still back to the original point, UTF-8 and UTF-16 are different encodings of the...
3305 Jon Hanna
hack_poet Send Email
Sep 1, 2002
11:00 pm
I'm busy now, but I think it's important to state this clearly: mod_richequiv does not support the inclusion of fragments of a different encoding to the rss...
3306 Bill Kearney
wkearney99 Send Email
Sep 1, 2002
11:10 pm
... Yes, showing your examples, assuming more than one, each in a different encoding would go a long way toward helping people interested in using the concept...
3307 Morten Frederiksen
mfd9351213 Send Email
Sep 1, 2002
11:52 pm
Hi there, ... What would be the point of converting to UTF-8 if the interesting characters are then entified? Wouldn't it be better with three examples: -...
3308 Bill Kearney
wkearney99 Send Email
Sep 1, 2002
11:59 pm
... Entity encoding, presumably that found in HTML would likely require another parsing step. Or at least the requirement that your parser understand that not...
3309 burton@...
kevinallenbu... Send Email
Sep 2, 2002
12:40 am
... Hash: SHA1 http://cvs.web.resource.org/*checkout*/webres/rss/1.0/modules/link/index.html?rev=HEAD&content-type=text/html The PURL should be updated in a...
3310 Morten Frederiksen
mfd9351213 Send Email
Sep 2, 2002
12:55 am
Hi (Bill), ... I was actually refering to the &####; encoding, but I see now that the correct term for this is "Character Reference" [1], I thought I had seen...
3311 Jon Hanna
hack_poet Send Email
Sep 2, 2002
1:16 am
... Of course the text of example 1 and example 2 there would be identical (except for characters unavailable to iso-8859-1...
3312 mof-rss-dev@...
mfd9351213 Send Email
Sep 2, 2002
7:39 am
Hi there, ... Well, they *could* be, but the point would be exactly that, to choose an encoding that necesitated the character references. Any encoding would...
3313 Ben Hammersley
bhammersley_uk Send Email
Sep 2, 2002
2:02 pm
On Monday, Sep 2, 2002, at 01:34 Europe/London, burton@... ... What a nice spec. I shall use it today!...
3314 Libby Miller
millibby Send Email
Sep 2, 2002
8:35 pm
hey this is a cool idea. I'm getting a funny error message though at the top of the feed: <channel rdf:about="http://www.grassrootsmusic.com/concerts/"> <br> ...
3315 Jeff Barr
jeffbarr_2000 Send Email
Sep 2, 2002
10:15 pm
I ran some queries across 11,246 feeds in Syndic8 and came up with a bunch of interesting data. I apologize for the poor format. I will put this on a web page...
3316 Duncan Wilcox
duncanwilcox Send Email
Sep 3, 2002
6:39 am
... Could that possibly be because 0.92 feeds tend to include the whole article body (default for radio if I'm not mistaken), whereas most other feeds are...
3317 Ian Davis
ianalchemy Send Email
Sep 3, 2002
1:13 pm
A lot of you will already have caught this via Scripting News but I launched a new service this week called myRSS (http://myrss.com). It lets anyone create an...
3318 tappnel Send Email Sep 3, 2002
1:57 pm
Jeff... This is interesting. Thanks for sharing. Assuming I didn't make any rounding errors this is the breakdown of feed version counts: Version Count .91...
3319 Scott Raymond
scoraymond Send Email
Sep 3, 2002
3:33 pm
... Thanks for pointing that out. It should be fixed now....
3320 Bill Kearney
wkearney99 Send Email
Sep 3, 2002
3:54 pm
... That is indeed correct. The majority of 'large description items' are coming from Radio feeds. This is largely because of how Radio works. The spec does...
3321 Ziv Caspi
zivcaspi Send Email
Sep 3, 2002
9:00 pm
... That is indeed correct. The majority of 'large description items' are coming from Radio feeds. This is largely because of how Radio works. The spec does...
3322 Bill Kearney
wkearney99 Send Email
Sep 3, 2002
9:10 pm
... Indeed, some folks are motivated to use a reader for entire bits of text. However, consider that many RSS feeds are coming from sites that depend upon ...
3323 David Galbraith
davidwgalbraith Send Email
Sep 3, 2002
9:51 pm
... allow aggregated RSS items by topic, based upon a search of the full text of articles. RSS is about having metadata which gets you to original content and...
3324 Bill Kearney
wkearney99 Send Email
Sep 3, 2002
10:05 pm
Hi all, I'd post this to a Radio specific forum but, well, you know the hassles there. All this talk about new formats for Radio made me wonder what it would...
Messages 3295 - 3324 of 7450   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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