HOWDY We had been using www.iliumsoft.com ListPro for PDA & Win32, but I'm thrilled to discover a non-proprietary file format for outliners exists, which can...
153
Sjoerd Visscher
sjoerd_visscher
Oct 22, 2002 4:29 pm
... W3C ... of ... Mozilla already supports XSLT. var xslProcessor = new XSLTProcessor(); var outputDoc = document.implementation.createDocument ("text/xml",...
154
webjavapro
Nov 4, 2002 7:28 pm
... Indeed! Today I discovered that Mozilla (and hence Netscape) already includes an outliner. See "Trees" and "Outliners" in The XUL Programmer39;s Reference...
155
webjavapro
Nov 18, 2002 12:00 am
Howdy Dave: I'm wondering what the real relevance of OPML, which is used by a few developers (Radioland tools, a MacOSx outliner app), versus Mozilla Tree...
156
webjavapro <burnin...
webjavapro
Jan 20, 2003 7:36 pm
Howdy- I've been volunteering in the free software project Chandler (by the Open Source Apps Foundation), and several of the volunteers have recommended that...
157
Dave Winer
dwiner
Jan 25, 2003 8:26 pm
Okay, I forwarded it to the opml-dev list. It's not really a developer list, lately it's mostly been a bunch of guys complaining. But I think it's an ...
158
chthonian.rm <chth...
chthonian.rm
Jan 30, 2003 2:55 pm
Hello all, I use a modified version of OPML to write documentation at my company. I write up documents in my OPML-derivative and publish them to HTML and CSS...
159
Jeff Mitchell
coogfoo
Jan 30, 2003 3:51 pm
... I think OLE and Bonobo are much larger; you're really just talking about #include or server-side-include type operations. ie: Like making a table of...
160
Danny Ayers
danny_ayers
Jan 30, 2003 4:47 pm
Something like XInclude? http://www.w3.org/TR/xinclude/ ... http://dannyayers.com "The lyf so short, the craft so long to lerne." - Chaucer...
161
mdmcnabb999 <micha...
mdmcnabb999
Jan 31, 2003 5:58 am
Is the <expansionState> list supposed to be 0-based or 1-based? The playlist example seems to be 1-based, but I see 0-based usage out there. I am not sure how...
162
Dave Winer
dwiner
Jan 31, 2003 10:28 am
It is 1-based. So if the first summit is meant to be expanded, 1 would be the first number in the expansionState list. The explanation of expansionState may be...
163
mdmcnabb999 <micha...
mdmcnabb999
Feb 1, 2003 12:35 am
... would be ... implying ... Thanks, Dave. I will take your word as gospel. I do note however that the latest Omni Outliner is interpreting expansionState as...
164
chthonian.rm <chth...
chthonian.rm
Feb 1, 2003 12:37 am
That's it exactly! Thanks alot, I don't know how I missed that. Tim ... them ... one ... basically ... other ... dependent ... week ... that's ... trying ... ...
165
Øyvind Kolås
oeyvindk@...
Feb 26, 2003 1:29 am
I am developing a terminal based outliner for Unix, ( http://hnb.sourceforge.net/) and have recently added a simple OPML import/export functionality. OPML...
166
Rogers Cadenhead
rcade
Feb 26, 2003 9:04 pm
... dates ... UserLand extends OPML for several different more specialized formats. Use the type attribute of an outline element to identify your specialized...
167
Øyvind Kolås
oeyvindk@...
Feb 28, 2003 4:26 pm
... For me OPML is not the native format of the application, I intend it as a convenient format to support if users use other applications, an interchange...
168
Rogers Cadenhead
rcade
Feb 28, 2003 5:13 pm
... I'm not entirely clear on what you expect of OPML here. If all of the attributes or elements you want to add relate specifically to "to do lists," rather...
169
oflanigan
Mar 24, 2003 10:54 pm
I needed an OPML Schema and couldn't find one around, so I wrote one. Anyone is welcome to use it, and please send me comments or corrections if you see any...
170
Iain 'Spoon' ...
hiskoscheiness
Mar 25, 2003 3:59 am
... Hmm. Not sure if there's much of a point to writing a schema. I wrote a DTD once, which can be seen at: http://dellah.org/opmldtd.txt Equally fruitless....
171
pseudogodofpseudoness
pseudogodofp...
Apr 7, 2003 10:18 am
I put together some PHP code to access and manipulate an OPML document. A working example is at http://www.defconzero.com/phpopml/view.php and free (as in...
172
Austin Marshall
pseudogodofp...
Apr 7, 2003 4:28 pm
Should not comments use the attribute type="comment" instead of isComment="true"? to be more consistent with the type="link" way of doing things?...
173
Dave Winer
dwiner
Apr 7, 2003 4:33 pm
Here's how comments are implemented in UserLand's outliner. http://radio.weblogs.com/0001015/userland/scratchpad/comment.opml Dave ... From: Austin Marshall ...
174
Dave Seidel
davidseidel
Apr 8, 2003 11:55 am
I don't agree. If an item has isComment="true", that doesn't mean that the item is itself a comment. It means that the item has the comment *attribute*,...
175
Austin Marshall
pseudogodofp...
Apr 8, 2003 3:25 pm
I suppose. It makes more sense when you put it that way. From what I understand, the type attribute is open-ended, nowhere in the spec does it say what a...
176
rgrieselhuber
Apr 11, 2003 3:00 am
I just read through the mailing list and there seems to be a number of people with concerns about the practicality of using attributes vs. the flexibility in...
177
Dave Winer
dwiner
Apr 11, 2003 3:17 am
As usual, if you want to create a format that isn't compatible with OPML, you must call it something other than OPML. Thanks and good luck. Dave [Non-text...
178
Iain Truskett
hiskoscheiness
Apr 11, 2003 10:03 am
... That includes every use of OPML out there. Everyone seems to enjoy making up their own stuff. May as well use OCS for much of what OPML is used for in the...
179
Dave Winer
dwiner
Apr 11, 2003 10:08 am
I don't want to get into a drawn out debate on this, but if you have some examples, please share. The concern is sources that say they're OPML that don't...
180
Rogers Cadenhead
rcade
Apr 11, 2003 1:36 pm
... This isn't the case -- there's a specific way to extend OPML, and all of the extensions I am familiar with follow it. To "make up your own stuff" in OPML,...
181
Jeff Mitchell
coogfoo
Apr 11, 2003 1:36 pm
... Why *are* you so uninterested in extending OPML? You've defined somethign which is useful and popular, and then stopped it from growing. Very strange. jeff...