<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">

  <channel>
    <title>vsbabu.org : xml</title>
    <link>http://vsbabu.org/mt/archives/categories/xml/</link>
    <description>Gluing passing thoughts to foregone conclusions</description>
    <dc:language>en-us</dc:language>
    <dc:creator>vsbabu@gmail.com</dc:creator>
    <dc:rights>Copyright 2008</dc:rights>
    <dc:date>2003-09-03T18:19:01+05:00</dc:date>
    <admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=2.661" />
    <admin:errorReportsTo rdf:resource="mailto:vsbabu@gmail.com"/>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>

    <item>
      <title>XWT</title>
      <link>http://vsbabu.org/mt/archives/2003/09/03/xwt.html</link>
      <description>Xml Windowing Toolkit - light-weight UI building and distribution over the web.</description>
      <guid isPermaLink="false">878@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
Two months ago, I read about <a href="http://www.xwt.org/">XWT</a>. I filed
it for future reference.  I think it is a really good fit for delivering good UIs from
web services. As is explained in the tutorial, <a href="http://www.xwt.org/tutorial/tictactoe/">it really takes only 15 minutes to
make a TicTacToe client</a>!
</p>

<p>
If you need to make rich UIs for web applications, this might be a really good
solution. 
</p>]]></content:encoded>
      <dc:subject>xml</dc:subject>
      <dc:date>2003-09-03T18:19:01+05:00</dc:date>
    </item>
    <item>
      <title>Using Leo for reST</title>
      <link>http://vsbabu.org/mt/archives/2003/06/02/using_leo_for_rest.html</link>
      <description>Notes on coupling a great outliner with a great document format to make an easy documentation tool.</description>
      <guid isPermaLink="false">802@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
<a href="http://sourceforge.net/projects/leo/">Leo</a> is a terrific outliner and literate programming editor. For writing big documents including user documentation, presentations,
tutorials etc., I would like to first create an outline.  I
love using Leo for that, because almost everything I need in Leo can be done
via keyboard short-cuts.
</p>

<p>
<a href="http://docutils.sourceforge.net/">re-Structured Text (reST)</a> is a great
format for writing plain text with some semantics. reST is far more easier
to write documentation than using plain HTML. Writers are available to convert
reST to many different formats, including DocBook.
</p>

<p>
So,  why don't I try to
make my outline'd document in Leo and then get it into atleast HTML?
I wrote a <a href="http://vsbabu.org/mt/archives/files/leo2html.xsl">silly XSL</a> to do that. But, I really wanted to use reST to
be the language of choice for formatting. It turns out that Leo already
comes with code for doing all that.
</p>]]></content:encoded>
      <dc:subject>xml</dc:subject>
      <dc:date>2003-06-02T19:14:46+05:00</dc:date>
    </item>
    <item>
      <title>Water!</title>
      <link>http://vsbabu.org/mt/archives/2003/05/02/water.html</link>
      <description>What the world needed. Another new technology based on XML to offer web services.</description>
      <guid isPermaLink="false">781@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
<q><a href="http://www.waterlang.org/">Water™</a> is a new all-purpose Web programming language that delivers both power and simplicity.</q>
</p>

<p>
Intrigued? Read <a href="http://www.atnewyork.com/news/article.php/2200471">startup writes a new language to replace Java and .Net
</a>.
</p>]]></content:encoded>
      <dc:subject>xml</dc:subject>
      <dc:date>2003-05-02T18:34:51+05:00</dc:date>
    </item>
    <item>
      <title>XML editing with XML schema</title>
      <link>http://vsbabu.org/mt/archives/2003/05/01/xml_editing_with_xml_schema.html</link>
      <description>O&apos;Reilly article about autogenerating forms from XSD.</description>
      <guid isPermaLink="false">780@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
<a href="http://www.xml.com/pub/a/2003/04/30/editing.html"><cite>O'Reilly Net</cite></a>: <q>This article describes a technique in which an XML instance document can be edited through an automatically created form-based GUI, based on the schema of the instance document. The whole cycle of GUI creation (using XSLT), editing, and updating (using XUpdate) XML instances is presented here.
</q>
</p>]]></content:encoded>
      <dc:subject>xml</dc:subject>
      <dc:date>2003-05-01T20:53:38+05:00</dc:date>
    </item>
    <item>
      <title>Why XML?</title>
      <link>http://vsbabu.org/mt/archives/2002/12/11/why_xml.html</link>
      <description>A whitepaper examines the advantages of keeping content in XML.</description>
      <guid isPermaLink="false">649@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
<a href="http://www.cambridgedocs.com/"><cite>Cambridge Docs</cite></a>: <q>XML has become a buzzword that's so over-used that it's difficult to understand when it might and when it might not be appropriate.   In general, the main reason for XML's popularity is that it provides an underlying technology that gives "portability" of information across platforms, applications, and organizations.</q>
</p>

<p><a href="http://www.cambridgedocs.com/id35.htm">Why Create/Convert Documents to XML?</a></p>]]></content:encoded>
      <dc:subject>xml</dc:subject>
      <dc:date>2002-12-11T14:41:23+05:00</dc:date>
    </item>
    <item>
      <title>What is XSLT?</title>
      <link>http://vsbabu.org/mt/archives/2002/11/07/what_is_xslt.html</link>
      <description>XML.com answers it in an easy to remember way.</description>
      <guid isPermaLink="false">608@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
<a href="http://www.xml.com/pub/a/2000/08/holman/index.html">XML.com</a>:
<blockquote>
Since April 1999 Crane Softwrights Ltd. has published commercial training material titled <a href="http://www.cranesoftwrights.com/training/#ptux">Practical Transformation Using XSLT and XPath</a>, covering the entire scope of the W3C XSLT and XPath through working drafts and the final 1.0 recommendations. This material is delivered by Crane in instructor-led sessions and is licensed to other training organizations around the world needing to teach these exciting technologies.
</blockquote>
</p>
]]></content:encoded>
      <dc:subject>xml</dc:subject>
      <dc:date>2002-11-07T17:42:53+05:00</dc:date>
    </item>
    <item>
      <title>Bitflux XML Editor</title>
      <link>http://vsbabu.org/mt/archives/2002/09/12/bitflux_xml_editor.html</link>
      <description>A great XML editor, written in Javascript.</description>
      <guid isPermaLink="false">487@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
If you got Mozilla 1.0+ or Netscape 7+, go ahead and download this very nice in-browser WYSIWYG XML editor - <a href="http://bitflux.ch/editor/bitfluxeditor.html">BitFlux Editor</a>.
</p>

<p>
Really amazing code. I need to think about how I can make use of this in a CMS I wrote.
</p>]]></content:encoded>
      <dc:subject>xml</dc:subject>
      <dc:date>2002-09-12T06:31:27+05:00</dc:date>
    </item>
    <item>
      <title>Using XPath and XPointer</title>
      <link>http://vsbabu.org/mt/archives/2002/08/26/using_xpath_and_xpointer.html</link>
      <description>Good set of 10 tips while working with the least programmer-friendly scheme of all.</description>
      <guid isPermaLink="false">454@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p><cite>O'ReillyNet</cite>: <a href="http://www.xml.com/pub/a/2002/08/14/xpath_tips.html">Top Ten Tips to Using XPath and XPointer</a> <q>XPath and XPointer allow developers to find specific information inside an XML document and manipulate that information. John Simpson, author of <em>XPath and XPointer</em>, offers ten tips that XML developers can put to use immediately.</q></p>

<p>Pretty good article.</p>]]></content:encoded>
      <dc:subject>xml</dc:subject>
      <dc:date>2002-08-26T13:20:44+05:00</dc:date>
    </item>
    <item>
      <title>Leo</title>
      <link>http://vsbabu.org/mt/archives/2002/06/16/leo.html</link>
      <description>Leo is a  programmer&apos;s editor and a flexible browser for projects, programs, classes or data; an outliner.</description>
      <guid isPermaLink="false">385@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<q>Leo is a  programmer's editor and a flexible browser for projects, programs, classes or data. Leo clarifies design, coding, debugging, testing and maintenance, among many other things.</q>
]]></content:encoded>
      <dc:subject>xml</dc:subject>
      <dc:date>2002-06-16T09:51:22+05:00</dc:date>
    </item>
    <item>
      <title>Using XUpdate and HTML forms</title>
      <link>http://vsbabu.org/mt/archives/2002/06/13/using_xupdate_and_html_forms.html</link>
      <description>Use XSLT and XUpdate to create browser editing interfaces for XML data.</description>
      <guid isPermaLink="false">379@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p><a href="http://www.xml.com/pub/a/2002/06/12/xupdate.html">O'ReillyNet</a>: <em>" Editing XML Data Using XUpdate and HTML Forms. Use XSLT and XUpdate to create browser editing interfaces for XML data."</em></p>

<p>This <b>is</b> what I've been looking for. Need to really look into this in more detail. Think about it - one can have a single form poster to accept XML data from a n HTML form to the file system and render it via different style sheets. Users don't need to know XML syntax, because they'll be just using a form.</p>]]></content:encoded>
      <dc:subject>xml</dc:subject>
      <dc:date>2002-06-13T14:24:22+05:00</dc:date>
    </item>
    <item>
      <title>RSS-auto discovery updated</title>
      <link>http://vsbabu.org/mt/archives/2002/06/03/rssauto_discovery_updated.html</link>
      <description>Mark Pilgrim explains why an update to RSS-autodiscovery tag is necessary. This morning, I updated my site with his recommended...</description>
      <guid isPermaLink="false">362@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>Mark Pilgrim <a href="http://diveintomark.org/archives/2002/06/02.html#important_change_to_the_link_tag">explains why an update to RSS-autodiscovery tag</a> is necessary. This morning, I updated my site with his recommended changes. He went so far as to come and <a href="http://vsbabu.org/mt/archives/2002/05/31/rss_autodiscovery.html">post a comment</a> on my weblog urging me to update my template.</p>

<p>Since he's been having fun <a href="http://diveintomark.org/archives/rooms/weblogging/index.html">writing tools to provide insight into social networking and blogging</a>, I think the next project he can lead on is to encourage people to put in proper RSS files with e-mail contact information.</p>]]></content:encoded>
      <dc:subject>xml</dc:subject>
      <dc:date>2002-06-03T06:12:42+05:00</dc:date>
    </item>
    <item>
      <title>XMLRPCCOM</title>
      <link>http://vsbabu.org/mt/archives/2002/06/01/xmlrpccom.html</link>
      <description>XMLRPCCOM is another COM implementation of XML-RPC protocol. w.bloggar, I mentioned in the previous post uses this COM component to...</description>
      <guid isPermaLink="false">360@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p><a href="http://www.yoursurfice.com/Content/XMLRPCCOM/XMLRPCCOM.htm">XMLRPCCOM</a> is another COM implementation of <a href="http://www.xml-rpc.com">XML-RPC</a> protocol.</p>

<p><a href="http://wbloggar.com/">w.bloggar</a>, I mentioned in the <a href="http://vsbabu.org/mt/archives/2002/06/01/roll_your_own_weblog.html">previous post</a> uses this COM component to talk to Movable Type.</p>]]></content:encoded>
      <dc:subject>xml</dc:subject>
      <dc:date>2002-06-01T18:51:25+05:00</dc:date>
    </item>
    <item>
      <title>RSS auto-discovery</title>
      <link>http://vsbabu.org/mt/archives/2002/05/31/rss_autodiscovery.html</link>
      <description>RSS autodiscovery by adding an alternate link tag</description>
      <guid isPermaLink="false">356@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>Mark Pilgrim is pushing <a href="http://diveintomark.org/archives/2002/05/31.html#more_on_rss_autodiscovery">RSS auto-discovery</a>, adding a rel link to your pages pointing at your RSS file. I got that covered.</p>

<p><img alt="egg korma" src="http://vsbabu.org/mt/archives/images/green_egg_korma.jpg" width="135" height="120" border="1" hspace="2" vspace="2" align="right" /> That is it for the work week! Dinner is ready and finally I found a use for my web cam. If you are wondering what this is, it is an Indian Korma (curry) with eggs. Pretty simple to make and very tasty, though it looks like alien food.</p>]]></content:encoded>
      <dc:subject>xml</dc:subject>
      <dc:date>2002-05-31T18:08:01+05:00</dc:date>
    </item>
    <item>
      <title>Personal RSS aggregators</title>
      <link>http://vsbabu.org/mt/archives/2002/05/30/personal_rss_aggregators.html</link>
      <description>Jon Udell writes about different personal RSS aggregators out there.</description>
      <guid isPermaLink="false">354@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>Jon Udell writes about <a href="http://www.byte.com/documents/s=7181/byt1022183228615/0527_udell.html">different personal RSS aggregators</a> out there.</p>

<p>Though I liked <a href="http://www.oreillynet.com/~rael/lang/python/peerkat/">peerkat</a>, I settled for <a href="http://www.feedreader.com/">FeedReader</a> on my Windows machine.</p>

<p>What I'd like to have is a reader integrated into <a href="http://www.movabletype.org/">MovableType</a>. Something like a cron job to update the feeds, then from MT, you can choose news items and blog.</p>]]></content:encoded>
      <dc:subject>xml</dc:subject>
      <dc:date>2002-05-30T13:39:36+05:00</dc:date>
    </item>
    <item>
      <title>Pocket XML-RPC</title>
      <link>http://vsbabu.org/mt/archives/2002/05/13/pocket_xmlrpc.html</link>
      <description>Pocket XML-RPC is an Open Source [MPL] XML-RPC client COM component for the Windows family (PocketPC/95/98/Me/NT4/2000/XP), based on James Clark&apos;s...</description>
      <guid isPermaLink="false">323@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p><a href="http://www.pocketsoap.com/pocketXMLRPC/">Pocket XML-RPC</a> is an Open Source [MPL] XML-RPC client COM component for the Windows family (PocketPC/95/98/Me/NT4/2000/XP), based on James Clark's excellent Expat XML Parser and the HTTP transport from PocketSOAP.</p>]]></content:encoded>
      <dc:subject>xml</dc:subject>
      <dc:date>2002-05-13T12:16:49+05:00</dc:date>
    </item>


  </channel>
</rss>

