To: opml-dev@egroups.com ... Hugh, The Human Client documentation for Radio [1] includes a section about the ability to have comments in your outline. Please...
Lantz Rowland
lantz@...
Dec 8, 2000 7:01 am
9
Thanks for the explanation, Lantz; that's clear. But to me it raises the question: why not use the "type" attribute to define this behaviour? Especially if...
hpyle@...
Dec 8, 2000 8:42 pm
10
... From: "Aaron Straup Cope" <asc@...> To: <dave@...> Sent: Sunday, December 10, 2000 9:17 AM Subject: FYI : opml2ft...
Dave Winer
dave@...
Dec 10, 2000 11:14 pm
11
A few days ago I wrote, ... something truly ... I've since re-thought, and there's a handy solution in XML itself: namespaces. Using a namespace to...
hpyle@...
Dec 14, 2000 2:52 pm
12
As far as I can tell, the <outline/> element doesn't allow children, and the only text associated is in the text="" attribute. My first intuition was that the...
Joshua Allen
allenjs@...
Dec 15, 2000 7:32 pm
13
Well, I found something of a discussion of the issue at http://radiodiscuss.userland.com/discuss/msgReader$2348. HOWEVER, I do not believe this is exactly the...
Joshua Allen
allenjs@...
Dec 16, 2000 12:20 am
14
I am running into a strange problem. It seems that Userland Radio will not import an OPML file with UNIX line endings. I am exporting OPML bookmarks from...
Ben
mywin@...
Dec 19, 2000 9:36 pm
15
Yes, it could be possible, Radio is a new piece of software still in beta. We'll get this taken care of asap. Dave ... From: "Ben " <mywin@...> To:...
Dave Winer
dave@...
Dec 19, 2000 10:53 pm
16
How did you import the file? Did you open it from the desktop, use the Open URL... command, or some other way? -Brent...
Brent Simmons
brent@...
Dec 19, 2000 11:20 pm
17
I opened it by double clicking on the file from the desktop or by clicking an HREF to the (text/opml) file. In both instances if the file was saved for UNIX it...
Ben
mywin@...
Dec 29, 2000 3:45 pm
18
I think that is correct about the line after the XML declaration. I'm guessing that RU reads the second line of the file (the first line after the first CRLF)...
Joshua Allen
allenjs@...
Dec 30, 2000 11:13 am
19
We've been working on resolving some bugs in Radio UserLand and Manila, which are related to the way characters in OPML documents are encoded and decoded on...
Jake Savin
jake@...
Dec 31, 2000 8:16 pm
20
I added a feature to My UserLand On The Desktop that upstreams an OPML rendering of the services you're subscribed to. Here's my file. ...
Dave Winer
dave@...
Jan 1, 2001 9:35 pm
21
Apologies for the cross-posting; I also put this at http://www.opml.org/discuss/msgReader$7?mode=day Jake's posting 2000-12-30 says, "Since servers can assume...
hpyle@...
Jan 2, 2001 4:19 pm
22
Hi Hugh, The OPML specification doesn't specify a character set requirement, other than requiring that the OPML document is a valid XML 1.0 document. What's...
Jake Savin
jake@...
Jan 2, 2001 6:53 pm
23
I develop one of the premier outliner apps for Palm OS and friends. I'm building a conduit between the PDA and desktop now, and need a data format to...
skeezix@...
Jan 16, 2001 9:05 pm
24
OPML is the native file format for Radio UserLand: http://radio.userland.com/ I've been doing outliners since the late 70s, I did ThinkTank, Ready and MORE;...
Dave Winer
dave@...
Jan 16, 2001 9:25 pm
25
... Sure; forwarded. Didn't want to go on about MORE in the ML. ... do...
Jeff Mitchell
skeezix@...
Jan 16, 2001 11:55 pm
26
Anyone have an update on this? Has there been a fix for this yet in RU? Tnx....
Ben
mywin@...
Jan 17, 2001 9:53 pm
27
Radio does not do that. It has an XML parser, which produces a structure that it then walks to build the outline. I don't know exactly what fix you're looking...
Dave Winer
dave@...
Jan 17, 2001 10:25 pm
28
Our groove-based "mindmap" outliner (http://www.agora.co.uk/groove/) reads and writes OPML, and it suits our needs pretty well. We've added some very ...
hpyle@...
Jan 17, 2001 10:37 pm
29
Dave, It may me just me (RU 7.0b34, Windows), but the RU parser does seem to be easily confused. For example, take any OPML file and insert a comment...
hpyle@...
Jan 17, 2001 11:34 pm
30
OK, cool, just to be clear I was saying that Josh's assumptions were not correct. We'll take a look. Dave ... From: <hpyle@...> To:...
Dave Winer
dave@...
Jan 18, 2001 12:45 am
31
... Maybe. I've got something similar which has more definition to it, and a stylesheet for converting to OPML. I'll have to meditate on it for a bit. jeff -- ...
Jeff Mitchell
skeezix@...
Jan 18, 2001 1:22 pm
32
Radio UserLand now preserves xml-stylesheet declarations in OPML documents. If a document containing a stylesheet declaration is opened in Radio UserLand, the...
Jake Savin
jake@...
Jan 24, 2001 10:50 pm
33
A clarification is in order here. When I referred to an <outlineDocument> element, I meant an <opml> element. The <outlineDocument> element was used early in...
Jake Savin
jake@...
Jan 25, 2001 12:44 am
34
Hi, I would like to introduce a new portal site to you: http://xml.startkabel.nl You will find it very useful: all the xml resources (tutorials, editors,...
xmlstartkabel@...
Mar 1, 2001 12:36 pm
35
From today's Scripting News: http://scriptingnews.userland.com/backissues/2001/03/03#aGoldenSpike It's a milestone for OPML and SOAP. Dave ...
Dave Winer
dave@...
Mar 3, 2001 5:44 pm
36
We've begun developing an XSLT stylesheet for transforming OPML documents into a DHTML menu system. Currently you can insert a menubar by passing an opml node...
rharder@...
Mar 15, 2001 7:38 pm
37
... be ... Isn't that the same as using type="link" and url="something.opml" That's how http://www.userland.com/discuss/reader$71.opml does it. (from...