Skip to search.
rss-dev

Group Information

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

Yahoo! Groups Tips

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

Messages

  Messages Help
Advanced
Messages 2960 - 2989 of 7450   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2960 Mike_McCracken_PSU
Mike_McCrack... Offline Send Email
Aug 2, 2002
8:17 pm
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...
2961 Morten Frederiksen
mfd9351213 Offline Send Email
Aug 2, 2002
8:36 pm
... 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...
2962 Chris Croome
chriscroome Offline Send Email
Aug 3, 2002
4:54 pm
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...
2963 hlari Offline Send Email Aug 4, 2002
3:58 am
I noticed that the Dublin Core module example includes both the name and e-mail address in the creator element. <dc:creator>Rael Dornfest...
2964 Ben Hammersley
bhammersley_uk Offline Send Email
Aug 4, 2002
8:11 am
... 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...
2965 hlari Offline Send Email Aug 4, 2002
4:44 pm
... 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...
2966 Ben Hammersley
bhammersley_uk Offline Send Email
Aug 4, 2002
4:51 pm
... 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...
2967 Morten Frederiksen
mfd9351213 Offline Send Email
Aug 4, 2002
10:08 pm
... 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...
2968 Dan Brickley
danbri3 Offline Send Email
Aug 5, 2002
4:50 am
... 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 ...
2969 Leigh Dodds
leighdodds2001 Offline Send Email
Aug 6, 2002
9:13 am
... There are roughly a gazillion (technical term!) ways to markup metadata for scientific articles -- ranging from stuff like Bibtext, older SGML formats like...
2970 Aaron Swartz
aaronswartz Offline Send Email
Aug 6, 2002
2:09 pm
I've documented the new content:encoded element at: http://web.resource.org/rss/1.0/modules/content/ aka ...
2971 Mike_McCracken_PSU
Mike_McCrack... Offline Send Email
Aug 6, 2002
8:23 pm
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...
2972 burton@...
kevinallenbu... Offline Send Email
Aug 8, 2002
12:45 am
... 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...
2973 Chris Croome
chriscroome Offline Send Email
Aug 8, 2002
10:25 am
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...
2974 burton@...
kevinallenbu... Offline Send Email
Aug 8, 2002
1:14 pm
... 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...
2975 Bill Kearney
wkearney99 Offline Send Email
Aug 8, 2002
1:32 pm
... 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 ...
2976 Jon Hanna
hack_poet Offline Send Email
Aug 8, 2002
2:07 pm
... 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...
2977 Bill Kearney
wkearney99 Offline Send Email
Aug 8, 2002
2:19 pm
... 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...
2978 Jon Hanna
hack_poet Offline Send Email
Aug 8, 2002
3:32 pm
... 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...
2979 Bill Kearney
wkearney99 Offline Send Email
Aug 8, 2002
4:08 pm
... 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...
2980 Jon Hanna
hack_poet Offline Send Email
Aug 8, 2002
4:31 pm
... 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...
2981 Bill Kearney
wkearney99 Offline Send Email
Aug 8, 2002
8:13 pm
FYI for anyone using DC elements. http://www.cetis.ac.uk/content/20020806114244 Dublin Core Metadata anounces new usage documents Wilbert Kraan, CETIS staff ...
2982 burton@...
kevinallenbu... Offline Send Email
Aug 8, 2002
11:34 pm
... 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...
2983 burton@...
kevinallenbu... Offline Send Email
Aug 8, 2002
11:44 pm
... 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>...
2984 Bill Kearney
wkearney99 Offline Send Email
Aug 8, 2002
11:59 pm
... 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...
2985 burton@...
kevinallenbu... Offline Send Email
Aug 9, 2002
12:06 am
... 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...
2986 Jon Hanna
hack_poet Offline Send Email
Aug 9, 2002
10:38 am
... 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...
2987 Jon Hanna
hack_poet Offline Send Email
Aug 9, 2002
10:46 am
... 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 ...
2988 Bill Kearney
wkearney99 Offline Send Email
Aug 9, 2002
12:25 pm
... 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...
2989 Bill Kearney
wkearney99 Offline Send Email
Aug 9, 2002
1:02 pm
... 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 ...
Messages 2960 - 2989 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