<?xml version="1.0"?>

 
<rss version="2.0">
<channel>
<title>IBM developerWorks : XML : Tutorials</title>
<link>http://www.ibm.com/developerworks/</link>
<description>The latest content from IBM developerWorks</description>
<pubDate>28 Nov 2009 19:51:16 +0000</pubDate>
<language>en</language>
<copyright>Copyright 2004 IBM Corporation.</copyright>
<image>
<title>developerWorks</title>
<url>http://www.ibm.com/developerworks/i/dwlogo-small.gif</url>
<link>http://www.ibm.com/developerworks/</link>
</image>

	<item>
		<title><![CDATA[Build a digital book with EPUB]]></title> 
		<description><![CDATA[Need to distribute documentation, create an eBook, or just archive your favorite blog  posts? EPUB is an open specification for digital books based on familiar technologies like  XML, CSS, and XHTML, and EPUB files can be read on portable e-ink devices, mobile phones, and desktop computers. This tutorial explains the EPUB format in detail, demonstrates EPUB validation using Java technology, and moves step-by-step through automating EPUB creation using DocBook and Python.]]></description> 
		<link><![CDATA[http://www.ibm.com/developerworks/edu/x-dw-x-epubtut.html?ca=drs-]]></link> 
		<pubDate>05 Feb 2009 05:00:00 +0000</pubDate>               
	</item>

	<item>
		<title><![CDATA[Leveraging RIXML with Web services]]></title> 
		<description><![CDATA[Research Information Exchange Markup Language (RIXML) defines a standard XML schema for exchanging content and metadata that tags  content with relevant information such as locations, names, and key information types that organizations can use to efficiently perform look-up, sort, and search operations. Discover how the combination of RIXML and Web services provides a powerful mechanism for exchanging key information.]]></description> 
		<link><![CDATA[http://www.ibm.com/developerworks/edu/x-dw-x-rixmltut.html?ca=drs-]]></link> 
		<pubDate>16 Dec 2008 05:00:00 +0000</pubDate>               
	</item>

	<item>
		<title><![CDATA[Advanced XQuery: Creating custom functions]]></title> 
		<description><![CDATA[XQuery functions enable you to define common expressions once and reuse them frequently. The end result is tighter, more robust code that is easier to maintain. Using XQuery API for Java (XQJ), this tutorial demonstrates an implementation of XQuery functions within a Java environment.]]></description> 
		<link><![CDATA[http://www.ibm.com/developerworks/edu/x-dw-x-xqfunc.html?ca=drs-]]></link> 
		<pubDate>11 Nov 2008 05:00:00 +0000</pubDate>               
	</item>

	<item>
		<title><![CDATA[An introduction to XML User Interface Language (XUL) development]]></title> 
		<description><![CDATA[XUL is a tried and true application framework. In fact, the recently released Firefox 3.0 is not only built using XUL, but provides a XUL runtime environment that enables any Firefox user to run other XUL applications. In this tutorial, you start to program in XUL and learn about some tools to help you develop XUL apps. Build a XUL-based blog editor as you enhance your Web development skills to build desktop apps with XUL.]]></description> 
		<link><![CDATA[http://www.ibm.com/developerworks/edu/x-dw-x-xulintro.html?ca=drs-]]></link> 
		<pubDate>04 Nov 2008 05:00:00 +0000</pubDate>               
	</item>

	<item>
		<title><![CDATA[Customize a Google Maps result page with Google Mapplets]]></title> 
		<description><![CDATA[A Google Mapplet is an application that runs inside a Google Maps results
        page and lets you add your own custom information and behavior to the page and the
        map.  In this tutorial, you will write a Google Mapplet that uses the Yahoo
        Weather RSS feed to display the local weather in Google Maps. To demonstrate
        different techniques while using the Google Mapplets API, you&apos;ll implement two solutions. The first is on the client side and uses RSS and JavaScript. The second is on the server side and uses XSLT, PHP, KML, and JavaScript.]]></description> 
		<link><![CDATA[http://www.ibm.com/developerworks/edu/x-dw-x-googmapplet.html?ca=drs-]]></link> 
		<pubDate>21 Oct 2008 04:00:00 +0000</pubDate>               
	</item>

	<item>
		<title><![CDATA[Create a Yahoo! SearchMonkey application]]></title> 
		<description><![CDATA[SearchMonkey is one of the first attempts from a major search engine to make
        use of Semantic Web technologies to enhance search results. In this tutorial, you
        will implement a Yahoo! SearchMonkey application that enhances blogger.com search
        listings to include other information about the blog and blog owner.  You will
        first implement a basic application using the default data available from Yahoo!.
        Then you will create a custom data service to provide your own structured data to
        SearchMonkey before you develop a more advanced application that takes advantage of this new custom data service.]]></description> 
		<link><![CDATA[http://www.ibm.com/developerworks/edu/x-dw-x-searchmonkey.html?ca=drs-]]></link> 
		<pubDate>14 Oct 2008 04:00:00 +0000</pubDate>               
	</item>

	<item>
		<title><![CDATA[Develop a dynamic location-based mashup]]></title> 
		<description><![CDATA[Mashups are a new, highly interactive Web development methodology. Essentially a mix
      of related content put together from disparate sources, mashups provide rich dynamic content
      for a superb user experience. Getting Asynchronous
        JavaScript + XML (Ajax) and mashup chops into your development toolbox will
      benefit you with high demand in the evolving Web 2.0
      workspace.]]></description> 
		<link><![CDATA[http://www.ibm.com/developerworks/edu/wa-dw-wa-location.html?ca=drs-]]></link> 
		<pubDate>07 Oct 2008 04:00:00 +0000</pubDate>               
	</item>

	<item>
		<title><![CDATA[Separate content from presentation with XSLT, SimpleXML, and PHP 5]]></title> 
		<description><![CDATA[Over the years, developers have devised many strategies and frameworks to
        facilitate the separation of business logic and presentation logic. In this
        tutorial, you will explore two solutions to separating data and business logic
        from presentation logic: one using XSLT through the XSL module in PHP 5 and the
        other using the SimpleXML module in PHP 5. To do this, you&apos;ll use a Web page for a personal resume stored as an XML file as an example.]]></description> 
		<link><![CDATA[http://www.ibm.com/developerworks/edu/x-dw-x-sepcontent.html?ca=drs-]]></link> 
		<pubDate>07 Oct 2008 04:00:00 +0000</pubDate>               
	</item>

	<item>
		<title><![CDATA[Advancing with XQuery: Develop application idioms]]></title> 
		<description><![CDATA[The XQuery specification is well over a year old now. A surfeit of solid
    implementations combined with (if developer chatter is anything to go by) marked new
    interest, seems to indicate that XQuery is finally experiencing higher adoption rates.
    Possibly this is due to developers starting to figure out how to utilize XQuery within
    a rich mixture of XML technologies (such as XML databases. XSLT,  XML Schema). Learn how to use XQuery beyond its  original role as an XML query language and apply it toward the development of middleware and Web applications.]]></description> 
		<link><![CDATA[http://www.ibm.com/developerworks/edu/x-dw-x-advxquery.html?ca=drs-]]></link> 
		<pubDate>30 Sep 2008 04:00:00 +0000</pubDate>               
	</item>

	<item>
		<title><![CDATA[Introducing OpenDocument]]></title> 
		<description><![CDATA[The OASIS Open Document Format for Office Applications (ODF) is an XML standard that lets you store and exchange office application documents, including word-processor, spreadsheet, and presentation files. Whether you try to perform special tasks on files saved from such applications or work on applications to process such files, you should become familiar with this important format. Learn about the two possible forms of OpenDocument files, as multipart packages and as single XML documents, and learn how to structure text and tabular information in OpenDocument.]]></description> 
		<link><![CDATA[http://www.ibm.com/developerworks/edu/x-dw-x-odfintro.html?ca=drs-]]></link> 
		<pubDate>22 Jul 2008 04:00:00 +0000</pubDate>               
	</item>

</channel>
</rss>


