<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: About XoxoOutliner</title>
	<atom:link href="http://decafbad.com/blog/2006/03/25/about-xoxooutliner/feed" rel="self" type="application/rss+xml" />
	<link>http://decafbad.com/blog/2006/03/25/about-xoxooutliner</link>
	<description>It's all spinning wheels and self-doubt until the first pot of coffee.</description>
	<lastBuildDate>Fri, 19 Mar 2010 00:06:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<item>
		<title>By: 0xDECAFBAD &#187; Greatest Hits Vol. 1, the Tinkery Bits</title>
		<link>http://decafbad.com/blog/2006/03/25/about-xoxooutliner/comment-page-1#comment-348863</link>
		<dc:creator>0xDECAFBAD &#187; Greatest Hits Vol. 1, the Tinkery Bits</dc:creator>
		<pubDate>Sat, 26 Apr 2008 21:05:19 +0000</pubDate>
		<guid isPermaLink="false">http://decafbad.com/blog/2006/03/25/about-xoxooutliner#comment-348863</guid>
		<description>&lt;p&gt;[...] Mar 25: About XoxoOutliner Building a browser-based outliner that deals in XHTML and [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Mar 25: About XoxoOutliner Building a browser-based outliner that deals in XHTML and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://decafbad.com/blog/2006/03/25/about-xoxooutliner/comment-page-1#comment-9418</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Sat, 01 Apr 2006 21:03:48 +0000</pubDate>
		<guid isPermaLink="false">http://decafbad.com/blog/2006/03/25/about-xoxooutliner#comment-9418</guid>
		<description>&lt;p&gt;Excellent, thanks Les.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Excellent, thanks Les.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: l.m.orchard</title>
		<link>http://decafbad.com/blog/2006/03/25/about-xoxooutliner/comment-page-1#comment-9408</link>
		<dc:creator>l.m.orchard</dc:creator>
		<pubDate>Sat, 01 Apr 2006 16:10:01 +0000</pubDate>
		<guid isPermaLink="false">http://decafbad.com/blog/2006/03/25/about-xoxooutliner#comment-9408</guid>
		<description>&lt;p&gt;Danny: Sure - one of the next APIs I was thinking of tackling once I&#039;d found a good implementation of it was the APP.  All the parts are there in rough form, I think.  There&#039;s a method &lt;code&gt;XoxoOutliner.Conversions.fromDOMtoXOXO(ele)&lt;/code&gt; that takes a UL or OL node from the DOM and attempts to serialize it as XOXO, stripping out all the crud injected to manage the UI.&lt;/p&gt;

&lt;p&gt;So, maybe &lt;code&gt;data = XoxoOutliner.Conversions.fromDOMtoXOXO($(&#039;outline1&#039;))&lt;/code&gt; will get you an XOXO string for the first outline on the page, depending on what ID it has.  (&#039;outline1&#039; is auto-assigned if none already given)&lt;/p&gt;

&lt;p&gt;You should be able to then make a POST request with XMLHttpRequest using that data as the body, or whatever your API requires.  HAving not yet had a chance to try it, of course, it probably needs some work yet&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Danny: Sure &#8211; one of the next APIs I was thinking of tackling once I&#8217;d found a good implementation of it was the APP.  All the parts are there in rough form, I think.  There&#8217;s a method <code>XoxoOutliner.Conversions.fromDOMtoXOXO(ele)</code> that takes a UL or OL node from the DOM and attempts to serialize it as XOXO, stripping out all the crud injected to manage the UI.</p>
<p>So, maybe <code>data = XoxoOutliner.Conversions.fromDOMtoXOXO($('outline1'))</code> will get you an XOXO string for the first outline on the page, depending on what ID it has.  (&#8216;outline1&#8242; is auto-assigned if none already given)</p>
<p>You should be able to then make a POST request with XMLHttpRequest using that data as the body, or whatever your API requires.  HAving not yet had a chance to try it, of course, it probably needs some work yet</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://decafbad.com/blog/2006/03/25/about-xoxooutliner/comment-page-1#comment-9404</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Sat, 01 Apr 2006 12:13:52 +0000</pubDate>
		<guid isPermaLink="false">http://decafbad.com/blog/2006/03/25/about-xoxooutliner#comment-9404</guid>
		<description>&lt;p&gt;Does sound cool.
A kind-of feature request. I&#039;d very much like to try out your code with the &lt;a href=&quot;http://wymiwyg.org/knobot&quot; rel=&quot;nofollow&quot;&gt;blog backend&lt;/a&gt; I&#039;m now using. But I don&#039;t really fancy writing code to support  XML-RPC when a POST should be enough, also I don&#039;t really have any need for the OPML. So I&#039;d be very grateful if you could somehow add hooks, or at least indicate in the code where to snip the bits I wouldn&#039;t need.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Does sound cool.<br />
A kind-of feature request. I&#8217;d very much like to try out your code with the <a href="http://wymiwyg.org/knobot" rel="nofollow">blog backend</a> I&#8217;m now using. But I don&#8217;t really fancy writing code to support  XML-RPC when a POST should be enough, also I don&#8217;t really have any need for the OPML. So I&#8217;d be very grateful if you could somehow add hooks, or at least indicate in the code where to snip the bits I wouldn&#8217;t need.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donovan Watts</title>
		<link>http://decafbad.com/blog/2006/03/25/about-xoxooutliner/comment-page-1#comment-9110</link>
		<dc:creator>Donovan Watts</dc:creator>
		<pubDate>Mon, 27 Mar 2006 06:46:09 +0000</pubDate>
		<guid isPermaLink="false">http://decafbad.com/blog/2006/03/25/about-xoxooutliner#comment-9110</guid>
		<description>&lt;p&gt;go les... sounds very cool.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>go les&#8230; sounds very cool.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
