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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 2960 - 2989 of 7450   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2960
Hi, I have what I think is a great use of RSS - using it to publish scientific bibliographies - and I want to propose a module to allow embedding BibTeX source...
Mike_McCracken_PSU
Mike_McCrack...
Offline Send Email
Aug 2, 2002
8:17 pm
2961
... I'll leave it to others to comment on the details of proposing the module, but you could always put up a document somewhere. In any case: I think it's a...
Morten Frederiksen
mfd9351213
Offline Send Email
Aug 2, 2002
8:36 pm
2962
Hi I don't know if dc:source would be any use for this: http://dublincore.org/documents/dces/#source http://purl.org/rss/1.0/modules/dc/ ... Yeah just upload...
Chris Croome
chriscroome
Offline Send Email
Aug 3, 2002
4:54 pm
2963
I noticed that the Dublin Core module example includes both the name and e-mail address in the creator element. <dc:creator>Rael Dornfest...
hlari
Offline Send Email
Aug 4, 2002
3:58 am
2964
... That works for me. But for proper clarity, and general RDF goodness, I'm rapidly becoming a fan of the FOAF vocabulary http://xmlns.com/foaf/0.1/ By...
Ben Hammersley
bhammersley_uk
Offline Send Email
Aug 4, 2002
8:11 am
2965
... approach ... goodness, I'm ... http://xmlns.com/foaf/0.1/ Thanks, Ben, looks good. I'll need to think about it some more; my first thought is perhaps...
hlari
Offline Send Email
Aug 4, 2002
4:44 pm
2966
... I think you can have it both ways with the rdf schema namespace (http://www.w3.org/2000/01/rdf-schema#): <dc:creator> <foaf:Person> <foaf:mbox...
Ben Hammersley
bhammersley_uk
Offline Send Email
Aug 4, 2002
4:51 pm
2967
... This is fine and dandy, but can someone explain to me, off-topic as it is, why a property as fluctuating as an email address was chosen as the primary key...
Morten Frederiksen
mfd9351213
Offline Send Email
Aug 4, 2002
10:08 pm
2968
... First point: 'a' not 'the'; there are other primary keys, or 'unambiguous properties' that we're using with FOAF data. foaf:homepage, for example, or ...
Dan Brickley
danbri3
Offline Send Email
Aug 5, 2002
4:50 am
2969
... There are roughly a gazillion (technical term!) ways to markup metadata for scientific articles -- ranging from stuff like Bibtext, older SGML formats like...
Leigh Dodds
leighdodds2001
Offline Send Email
Aug 6, 2002
9:13 am
2970
I've documented the new content:encoded element at: http://web.resource.org/rss/1.0/modules/content/ aka ...
Aaron Swartz
aaronswartz
Offline Send Email
Aug 6, 2002
2:09 pm
2971
Excellent comments from this list - I've decided not to pollute the space of modules with one just for the bibTeX source. I will either use dc:source and...
Mike_McCracken_PSU
Mike_McCrack...
Offline Send Email
Aug 6, 2002
8:23 pm
2972
... Hash: SHA1 Permalink to this entry: http://www.peerfear.org/rss/permalink/1028766598.shtml I took a few minutes and included Creative Commons [2] RDF...
burton@...
kevinallenbu...
Offline Send Email
Aug 8, 2002
12:45 am
2973
Hi ... Is there any good reason why this (taken from Bens RSS): <cc:license rdf:resource="http://creativecommons.org/licenses/bcfgi" /> Couldn't be done like...
Chris Croome
chriscroome
Offline Send Email
Aug 8, 2002
10:25 am
2974
... Hash: SHA1 Right now within RSS 0.9x we are seeing people doing (evil) things like <description> &lt;b&bt;hello world&lt;/b&bt; </description> I think that...
burton@...
kevinallenbu...
Offline Send Email
Aug 8, 2002
1:14 pm
2975
... This is completely legal XML and there's nothing wrong (or evil) with it. What's wrong, perhaps, is not being able to "tell" when a description element ...
Bill Kearney
wkearney99
Offline Send Email
Aug 8, 2002
1:32 pm
2976
... Well I'd certainly prefer to have to deal with <b xmlns="http://www.w3.org/1999/xhtml">hello world</b> than &lt;b&gt;hello world&lt;/b&gt; as either a...
Jon Hanna
hack_poet
Offline Send Email
Aug 8, 2002
2:07 pm
2977
... Ok, you've got to be kidding me, right? Applying namespaces on each and every occurence of an HTML tag? That's just not gonna fly. I'd be more inclined...
Bill Kearney
wkearney99
Offline Send Email
Aug 8, 2002
2:19 pm
2978
... Namespaces are already applied on each and every occurrence of XHTML, and for that matter on each and every occurrence of everything in RSS and it doesn't...
Jon Hanna
hack_poet
Offline Send Email
Aug 8, 2002
3:32 pm
2979
... I disagree. Many environments that consume RSS, to this very day, don't utilize XML parsers to extract their data. To start applying /true/ namespaces...
Bill Kearney
wkearney99
Offline Send Email
Aug 8, 2002
4:08 pm
2980
... It's true that not everyone is using a DOM, SAX or XSLT way of processing the data that comes in. It's no doubt true that many of those which aren't are...
Jon Hanna
hack_poet
Offline Send Email
Aug 8, 2002
4:31 pm
2981
FYI for anyone using DC elements. http://www.cetis.ac.uk/content/20020806114244 Dublin Core Metadata anounces new usage documents Wilbert Kraan, CETIS staff ...
Bill Kearney
wkearney99
Offline Send Email
Aug 8, 2002
8:13 pm
2982
... Hash: SHA1 ... That is pretty much what I was trying to say... just fewer words ;) ... I think we need a module to do this in order to provide backwards...
burton@...
kevinallenbu...
Offline Send Email
Aug 8, 2002
11:34 pm
2983
... Hash: SHA1 ... Dude... this is just alternative syntax. One can also do: <rss:foo> <b>hello world</b> </rss:foo> or <rss:foo> <html:b>hello world</html:b>...
burton@...
kevinallenbu...
Offline Send Email
Aug 8, 2002
11:44 pm
2984
... have ... I don't buy that argument. The text in question is, in nearly all cases, going to be fed to an HTML display environment which would handle the...
Bill Kearney
wkearney99
Offline Send Email
Aug 8, 2002
11:59 pm
2985
... Hash: SHA1 ... Yes... and they should stop. If they don't stop then they can at least come to the realization that if we change it to another valid XML...
burton@...
kevinallenbu...
Offline Send Email
Aug 9, 2002
12:06 am
2986
... It still needs to be processed to requirements besides those of HTML-display (unless you like Trojans and javascript popUps saying "I 0wn j00"). ... I...
Jon Hanna
hack_poet
Offline Send Email
Aug 9, 2002
10:38 am
2987
... Agreed, after all why bother having a Spec at all? Why don't we all come up with our own way of encoding the stuff we want to send and the publish it in ...
Jon Hanna
hack_poet
Offline Send Email
Aug 9, 2002
10:46 am
2988
... Which is precisely why I've thought identifying that limited subset of HTML would be appropriate. Besides, this smacks of being the browser's own security...
Bill Kearney
wkearney99
Offline Send Email
Aug 9, 2002
12:25 pm
2989
... The state of existing RSS-1.0 docs are quite ambiguous to developers. Just getting them refined to better inform (and educate if need be) the developers ...
Bill Kearney
wkearney99
Offline Send Email
Aug 9, 2002
1:02 pm
Messages 2960 - 2989 of 7450   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