<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Pull on Micha Kops&#39; Tech Notes</title>
    <link>https://www.hascode.com/tags/pull/</link>
    <description>Recent content in Pull on Micha Kops&#39; Tech Notes</description>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>Copyright © 2010 - 2025 Micha Kops. #e9d956c0c0154a221ad83c925346a8fa0e72f866</copyright>
    <lastBuildDate>Fri, 28 Dec 2012 00:00:00 +0100</lastBuildDate>
    <atom:link href="https://www.hascode.com/tags/pull/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Snippet: XML-Pull-Parser with XPP3</title>
      <link>https://www.hascode.com/snippet-xml-pull-parser-with-xpp3/</link>
      <pubDate>Fri, 28 Dec 2012 00:00:00 +0100</pubDate>
      <guid>https://www.hascode.com/snippet-xml-pull-parser-with-xpp3/</guid>
      <description>&lt;div id=&#34;preamble&#34;&gt;
&lt;div class=&#34;sectionbody&#34;&gt;
&lt;div class=&#34;paragraph&#34;&gt;
&lt;p&gt;When there is XML to be parsed sometimes we’re chosing a DOM parser, sometimes a SAX parser and sometimes we’re using an XML pull parser, especially on Android.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&#34;paragraph&#34;&gt;
&lt;p&gt;The following short snippet shows how to use the xpp3 xml pull parse to fetch some information in xml format from a public issue tracker and to extract issue details.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&#34;sect1&#34;&gt;
&lt;h2 id=&#34;_adding_dependencies&#34;&gt;Adding Dependencies&lt;/h2&gt;
&lt;div class=&#34;sectionbody&#34;&gt;
&lt;div class=&#34;paragraph&#34;&gt;
&lt;p&gt;Just one dependency needed here: &lt;em&gt;xpp3&lt;/em&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&#34;sect2&#34;&gt;
&lt;h3 id=&#34;_sbt&#34;&gt;SBT&lt;/h3&gt;
&lt;div class=&#34;paragraph&#34;&gt;
&lt;p&gt;Simply use the following &lt;em&gt;build.sbt&lt;/em&gt;&lt;/p&gt;
&lt;/div&gt;</description>
    </item>
  </channel>
</rss>
