<?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>HTQL on Bitfern</title>
    <link>/categories/htql/</link>
    <description>Recent content in HTQL on Bitfern</description>
    <generator>Hugo</generator>
    <language>en-nz</language>
    <lastBuildDate>Sat, 20 Sep 2014 03:18:07 +0000</lastBuildDate>
    <atom:link href="/categories/htql/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Intro to HTQL with Python (2)</title>
      <link>/blog/intro-to-htql-with-python-2/</link>
      <pubDate>Sat, 20 Sep 2014 03:18:07 +0000</pubDate>
      <guid>/blog/intro-to-htql-with-python-2/</guid>
      <description>&lt;p&gt;Following on from &lt;a href=&#34;/blog/intro-to-htql-with-python/&#34; title=&#34;Part 1 of my introduction to HTQL using Python&#34;&gt;part 1&lt;/a&gt;, here is an example of using HTQL to pull data from a table on a webpage.&lt;/p&gt;
&lt;p&gt;We’ll use the Wikipedia list of most expensive football transfers as our source web page. You can check out the list &lt;!-- raw HTML omitted --&gt;here&lt;!-- raw HTML omitted --&gt;. On viewing the page and the HTML source you’ll see that the first row of the table is a header row and that the “player”, “from” and “to” columns contain quite a bit of HTML in order to provide a link to the player/team and a graphical link to their country. Our HTQL will need to cut through this to just get the data that we want.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Intro to HTQL with Python (1)</title>
      <link>/blog/intro-to-htql-with-python/</link>
      <pubDate>Sun, 07 Sep 2014 07:03:11 +0000</pubDate>
      <guid>/blog/intro-to-htql-with-python/</guid>
      <description>&lt;p&gt;HTQL – Hyper-Text Query Language – is a language for querying and extracting content from HTML pages. If SQL is a language to get data from tables within a database, then HTQL is a language to get data from webpages on the internet. It is useful when you need to pull data from the web and there is no web service available to use. An example might be to pull population statistics from Wikipedia.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
