I’m considering adding some job postings to my site. I can get a XML request (URL) that returns something like the code below. How would I parse this info...would the magpie plugin be of some help?
<?xml version="1.0" encoding="UTF-8" ?>
<response>
<query>java</query>
<location>austin, tx</location>
<dupefilter>true</dupefilter>
<highlight>false</highlight>
<totalresults>547</totalresults>
<start>1</start>
<end>10</end>
<results>
<result>
<jobtitle>Java Developer</jobtitle>
<company>XYZ Corp.</company>
<city>Austin</city>
<state>TX</state>
<country>US</country>
<source>Dice</source>
<date>Tue, 13 May 2008 17:04:42 GMT</date>
<snippet>looking for an object-oriented Java Developer... Java Servlets, HTML, JavaScript,
AJAX, Struts, Struts2, JSF) desirable. Familiarity with Tomcat and the Java...</snippet>
<url>http://www.xyz.com/viewjob?jk=12345&xyzpubnum=11111111111111</url>
<onmousedown>indeed_clk(this,'0000');</onmousedown>
<latitude>30.27127</latitude>
<longitude>-97.74103</longitude>
<jobkey>12345</jobkey>
</result>
...
</results>
</response>
