Skip to content

Instantly share code, notes, and snippets.

@patcon
Created December 7, 2011 19:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patcon/1444186 to your computer and use it in GitHub Desktop.
Save patcon/1444186 to your computer and use it in GitHub Desktop.
Sample file for testing Drupal's Feeds Xpath Parser module
<jobs xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<things>
<Item>
<Title>XML Developer</title>
<src url="http://www.here.com">Here.com</src>
<salary ccy="usd">50,000</salary>
<salary ccy="gbp">30,000</salary>
<publish_date>Tue, 06 Oct 2010 15:21:48 +0000</publish_date>
<test />
<Description>A job creating applications with XML.</description>
</Item>
<Item>
<Title>Drupal Developer</title>
<src url="http://www.there.com">There.com</src>
<salary ccy="usd">60,000</salary>
<salary ccy="gbp">40,000</salary>
<publish_date>Tue, 07 Oct 2010 15:21:48 +0000</publish_date>
<test />
<Description>A job creating applications with Drupal.</description>
</Item>
</things>
<outside_stuff>2</outside_stuff>
</jobs>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment