Search the web
Sign In
New User? Sign Up
opml-dev · OPML developers discuss applications.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 152 - 181 of 245   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
152
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...
webjavapro
Offline Send Email
Oct 21, 2002
12:16 pm
153
... W3C ... of ... Mozilla already supports XSLT. var xslProcessor = new XSLTProcessor(); var outputDoc = document.implementation.createDocument ("text/xml",...
Sjoerd Visscher
sjoerd_visscher
Offline Send Email
Oct 22, 2002
4:29 pm
154
... Indeed! Today I discovered that Mozilla (and hence Netscape) already includes an outliner. See "Trees" and "Outliners" in The XUL Programmer's Reference...
webjavapro
Offline Send Email
Nov 4, 2002
7:28 pm
155
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...
webjavapro
Offline Send Email
Nov 18, 2002
12:00 am
156
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...
webjavapro <burning2c...
webjavapro
Offline Send Email
Jan 20, 2003
7:36 pm
157
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 ...
Dave Winer
dwiner
Offline Send Email
Jan 25, 2003
8:26 pm
158
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...
chthonian.rm <chthoni...
chthonian.rm
Offline Send Email
Jan 30, 2003
2:55 pm
159
... 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...
Jeff Mitchell
coogfoo
Offline Send Email
Jan 30, 2003
3:51 pm
160
Something like XInclude? http://www.w3.org/TR/xinclude/ ... http://dannyayers.com "The lyf so short, the craft so long to lerne." - Chaucer...
Danny Ayers
danny_ayers
Offline Send Email
Jan 30, 2003
4:47 pm
161
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...
mdmcnabb999 <michael@...
mdmcnabb999
Offline Send Email
Jan 31, 2003
5:58 am
162
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...
Dave Winer
dwiner
Offline Send Email
Jan 31, 2003
10:28 am
163
... 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...
mdmcnabb999 <michael@...
mdmcnabb999
Offline Send Email
Feb 1, 2003
12:35 am
164
That's it exactly! Thanks alot, I don't know how I missed that. Tim ... them ... one ... basically ... other ... dependent ... week ... that's ... trying ... ...
chthonian.rm <chthoni...
chthonian.rm
Offline Send Email
Feb 1, 2003
12:37 am
165
I am developing a terminal based outliner for Unix, ( http://hnb.sourceforge.net/) and have recently added a simple OPML import/export functionality. OPML...
Øyvind Kolås
oeyvindk@...
Send Email
Feb 26, 2003
1:29 am
166
... dates ... UserLand extends OPML for several different more specialized formats. Use the type attribute of an outline element to identify your specialized...
Rogers Cadenhead
rcade
Offline Send Email
Feb 26, 2003
9:04 pm
167
... 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...
Øyvind Kolås
oeyvindk@...
Send Email
Feb 28, 2003
4:26 pm
168
... 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...
Rogers Cadenhead
rcade
Offline Send Email
Feb 28, 2003
5:13 pm
169
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...
oflanigan
Offline Send Email
Mar 24, 2003
10:54 pm
170
... 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....
Iain 'Spoon' Truskett
hiskoscheiness
Offline Send Email
Mar 25, 2003
3:59 am
171
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...
pseudogodofpseudoness
pseudogodofp...
Offline Send Email
Apr 7, 2003
10:18 am
172
Should not comments use the attribute type="comment" instead of isComment="true"? to be more consistent with the type="link" way of doing things?...
Austin Marshall
pseudogodofp...
Offline Send Email
Apr 7, 2003
4:28 pm
173
Here's how comments are implemented in UserLand's outliner. http://radio.weblogs.com/0001015/userland/scratchpad/comment.opml Dave ... From: Austin Marshall ...
Dave Winer
dwiner
Offline Send Email
Apr 7, 2003
4:33 pm
174
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*,...
Dave Seidel
davidseidel
Offline Send Email
Apr 8, 2003
11:55 am
175
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...
Austin Marshall
pseudogodofp...
Offline Send Email
Apr 8, 2003
3:25 pm
176
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...
rgrieselhuber
Offline Send Email
Apr 11, 2003
3:00 am
177
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...
Dave Winer
dwiner
Offline Send Email
Apr 11, 2003
3:17 am
178
... 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...
Iain Truskett
hiskoscheiness
Offline Send Email
Apr 11, 2003
10:03 am
179
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...
Dave Winer
dwiner
Offline Send Email
Apr 11, 2003
10:08 am
180
... 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,...
Rogers Cadenhead
rcade
Offline Send Email
Apr 11, 2003
1:36 pm
181
... 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...
Jeff Mitchell
coogfoo
Offline Send Email
Apr 11, 2003
1:36 pm
Messages 152 - 181 of 245   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help