Created
December 7, 2011 19:13
-
-
Save patcon/1444186 to your computer and use it in GitHub Desktop.
Sample file for testing Drupal's Feeds Xpath Parser module
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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