从网页获得xml格式文件应该如何解析啊?<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<entry xml:base="http://192.168.1.134/DataService.svc/" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns="http://www.w3.org/2005/Atom">
  <id>http://192.168.1.134/DataService.svc/AllEmployees(1001)</id>
  <title type="text"></title>
  <updated>2013-03-27T06:52:21Z</updated>
  <author>
    <name />
  </author>
  <link rel="edit" title="Employee" href="AllEmployees(1001)" />
  <category term="DataServiceWebApplication.Employee" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
  <content type="application/xml">
    <m:properties>
      <d:EmployeeId m:type="Edm.Int32">1001</d:EmployeeId>
      <d:FirstName>John</d:FirstName>
      <d:LastName>clark</d:LastName>
      <d:Designation>Senior Consultant</d:Designation>
      <d:Address>Washington D.C</d:Address>
    </m:properties>
  </content>
</entry>
jquery xml