Welcome OPML fans. Any Java developers here? My first mission is to find a hierarchy displayer that can run inside a web browser, written in Java, that reads...
Dave Winer
dave@...
Nov 25, 2000 11:30 pm
2
Hi folks, Are there any (will there be any) conformance criteria for OPML user-agents? I'm particularly interested in round-tripping OPML between different...
hpyle@...
Nov 27, 2000 9:08 am
3
The "type" attribute on outline elements is obviously significant. Will the OPML spec define - a namespace of types, so different applications can share...
hpyle@...
Nov 27, 2000 9:10 am
4
Good questions. 1. About XML comments, I haven't thought about this at all. I see OPML as largely a machine-generated format, so I'd say XML comments do not...
Dave Winer
dave@...
Nov 27, 2000 2:00 pm
5
Yes, the type attribute is key. We will not use namespaces to avoid collisions. It's up to applications to document how they use types. If you want to be ...
Dave Winer
dave@...
Nov 27, 2000 2:03 pm
6
Our groove brainstorm tool (http://www.agora.co.uk/groove/MMTool.htm) now loads and saves OPML files to disk - at least, the version in development does, you...
hpyle@...
Nov 28, 2000 8:27 am
7
Are there any examples of "isComment"? How does it work? -Hugh hpyle@......
hpyle@...
Nov 28, 2000 9:03 am
8
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:...