Green job posting XML Format

If you'd like to have your green jobs indexed in our database, you can either provide an XML feed of you current postings, or FTP a text file to our FTP server, or send us an email on a regular basis -at least once per week.

Our XML format is very simple:
<jobs>
  <job>
    <title>...</title>
    <location>city,state</location>
    <category>Wind/Solar/Hydro-Electric/Geothermal/Nuclear/Technology</category>
    <description>...</description>
    <salary>...<salary>
    <dateposted>....</dateposted>
    <url>http://...</url>
  </job>
(repeat ... for every job you have)
  <company>
    <name>...</name>
    <url>...</url>
    <description>...</description>
    <contact>...</contact>
  </company>
</jobs>