There seems to be some kind of massive net outage this morning. I can't get through to my own site or Google. I can send and receive email. Is anyone else...
... I can get everywhere just fine except scripting.com - scriptingnews.userland.com works, as does avantgo.scripting.com, but scripting.com fails to connect....
... Everything working fine here, and http://www.internettrafficreport.com/namerica.htm#graphs shows no unusual traffic delays or packet loss, so probably it...
I'm not at Exodus. I don't live at a hosting service. ;-> I've also gotten reports from people in Southern California that they can't get through to...
... traceroute www.scripting.com ... 7 bpr1-loopback.PaloAltoPaix.cw.net (208.172.146.18) 64.071 ms 62.828 ms 62.543 ms 8 ibr01-p1-0.paix01.exodus.net...
Phil, even though I don't live at Exodus, your explanation did turn out to be correct, logically. The static server for scripting.com went down. It just so...
Well, this is my first message, and it is because of this message that I have signed up with the group. I have spent some time today, writing a DTD for RSS 2.0...
... Thanks for effort, the attachment did not make it though, and with RSS 2.0 being extensible using namespaces a DTD will only apply to vanilla RSS feeds ...
... From 0.9x -> 2.0 would be quite easy to write, however, with 1.0 not being of the same ilk (it's RDF essentially) that would be a lot harder. However, GIYF...
... XML a ... of days ... (Osborne Press). ... XML Schema ... talking about working on the W3C XML Schema format (at least for the moment) because it's what my...
... Not harder at all. The only additional thing you'd add would be an <items> container. The rest can be transformed in quite the same fashion. -Bill...
Noticed a problem with some attributes, forgot the #IMPLIED. This is the updated version. <!-- /** * rss.xml * Copyright: David Shafik and The Explosive...
I'm working on a complete RSS implementation in C#. It will support 0.91, 0.92, and 2.0. I plan to release it open source and "free" so it can be used inside...
1. <rating> should be explained, but is not. Looks like a rev to the 2.0 spec is forthcoming. 2. The spec does say [1] what's required in an item. "All...
Working on the update for <rating>. 1. I found that it is mentioned in the 0.91 spec from UserLand [1]. Since the 2.0 spec was derived from the UserLand 0.91...
... Ok, sounds good. I've gotten back to working on this stuff since late last year. I'm looking at your DTD now. Have a question. A lot of the elements are...
Warning, this message is cross-posted. "RSS 2.0 has a neat feature that allows an item to link to comments about that item. Content tools and aggregators can...
I've been working on the schema nearly nonstop for the past few days, mostly requesting help on the XSDSchema group and reading lots of documentation. Let me...
That would require a web service, not something that can be put into a static feed. It would be great, but it would also be expensive. Dave ... From: "Mattias"...
I disagree. This is quite easy to do, depending on the blogging tool you're using. In Movable Type it is very easy indeed: If that's what you're using, you've...
It's easy in MT because of how that product installs scripts on the hosting site. Radio doesn't do that. Radio renders the files locally and then uploads ...
Bill, Bill, Bill, back when MT was just a dream I did a product called Manila, which is totally dynamic. It's still very popular. I think about it all the...
Gosh Dave, contrary to your condescending opinions, others are quite well versed in this area. My assertion remains correct. MT does this. Radio does not....
Oh I know MT is wonderful and Radio is ancient. Not like you're biased or anything! ;-> Dave ... From: Bill Kearney To: RSS2-Support@yahoogroups.com Sent:...
I have run into a deal-stopper in constructing a schema for RSS 2.0. Meaning that there is structure in the RSS spec that can't be modeled in schema notation. ...
... <choice> isn't permitted inside an <all> element, which is what allows the elements to be unordered. If the order of all elements in <channel> were forced,...