<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?xml-stylesheet type="text/xsl" href="manufacturers.xsl"?>
<!DOCTYPE manufacturers SYSTEM "manufacturers.dtd">

<!--
Author: Robert Chan, COIN 78-02
Assignment:  Final Project, manufacturers_dtd_xsl.xml (XML document)
Date Created: 8/9/01
Copyright 2001
-->

<manufacturers>

  <company>
    <name>Acura U.S.A.</name>
    <address>
      <street_1>750 E. El Camino Real</street_1>
      <city>Sunnyvale</city>
      <state>CA</state>
      <country>U.S.A.</country>
      <postal_code>94087</postal_code>
    </address>
    <telephone>
      <country_code>001</country_code>
      <area_code>800</area_code>
      <number>862-2872</number>
    </telephone>
    <url>www.acura.com</url>
  </company>

  <company>
    <name>Aston Martin Lagonda Limited</name>
    <address>
      <street_1>Tickford Street</street_1>
      <street_2>Newport Pagnell</street_2>
      <city>Bucks</city>
      <country>United Kingdom</country>
      <postal_code>MK16 9AN</postal_code>
    </address>
    <telephone>
      <country_code>+44 (0)</country_code>
      <area_code>1908</area_code>
      <number>613708</number>
    </telephone>
    <url>www.astonmartin.com</url>
  </company>

  <company>
    <name>Automobili Lamborghini S.p.A.</name>
    <address>
      <street_1>580 Front Street West</street_1>
      <city>Toronto</city>
      <state>Ontario</state>
      <country>Canada</country>
      <postal_code>M5V 1C1</postal_code>
    </address>
    <telephone>
      <country_code>1416</country_code>
      <area_code>416</area_code>
      <number>216-0882</number>
    </telephone>
    <url>www.lamborghini.com</url>
  </company>

  <company>
    <name>Bentley Motors</name>
    <address>
      <street_1>Rolls-Royce Motor Cars Limited</street_1>
      <city>Crewe</city>
      <state>Cheshire</state>
      <country>United Kingdom</country>
      <postal_code>CW1 3PL</postal_code>
    </address>
    <telephone>
      <country_code>+44 (0)</country_code>
      <area_code>1270</area_code>
      <number>255155</number>
    </telephone>
    <url>www.rollsroyceandbentley.co.uk</url>
  </company>

  <company>
    <name>BMW of North America Inc.</name>
    <address>
      <street_1>300 Chestnut Ridge Road</street_1>
      <city>Woodcliff</city>
      <state>NJ</state>
      <country>U.S.A.</country>
      <postal_code>07675</postal_code>
    </address>
    <telephone>
      <country_code>001</country_code>
      <area_code>201</area_code>
      <number>307-4000</number>
    </telephone>
    <url>www.bmwusa.com</url>
  </company>

  <company>
    <name>Dodge</name>
    <address>
      <street_1>1095 W. El Camino Real</street_1>
      <city>Sunnyvale</city>
      <state>California </state>
      <country>U.S.A.</country>
      <postal_code>94087-1030</postal_code>
    </address>
    <telephone>
      <country_code>001</country_code>
      <area_code>408</area_code>
      <number>738-0400</number>
    </telephone>
    <url>www.dodge.com</url>
  </company>

  <company>
    <name>Ferrari North America, Inc.</name>
    <address>
      <street_1>250 Sylvan Avenue</street_1>
      <city>Englewood Cliffs</city>
      <state>NJ</state>
      <country>U.S.A.</country>
      <postal_code>07632</postal_code>
    </address>
    <telephone>
      <country_code>001</country_code>
      <area_code>609</area_code>
      <number>673-8934</number>
    </telephone>
    <url>www.ferrari.it</url>
  </company>

  <company>
    <name>General Motors Corp.</name>
    <address>
      <street_1>660 W. El Camoni Real</street_1>
      <city>Sunnyvale</city>
      <state>CA</state>
      <country>U.S.A.</country>
      <postal_code>94087</postal_code>
    </address>
    <telephone>
      <country_code>001</country_code>
      <area_code>408</area_code>
      <number>736-3496</number>
    </telephone>
    <url>www.gmc.com</url>
  </company>

  <company>
    <name>Lotus Group</name>
    <address>
      <street_1>Group Lotus Plc</street_1>
      <street_2>Potash Lane</street_2>
      <city>Hethel Norwich</city>
      <state>Norfolk</state>
      <country>United Kingdom</country>
      <postal_code>NR14 8EZ</postal_code>
    </address>
    <telephone>
      <country_code>+44(0)</country_code>
      <area_code>1953</area_code>
      <number>608000</number>
    </telephone>
    <url>www.lotuscars.co.uk</url>
  </company>

  <company>
    <name>Mercedes-Bens USA, LLC</name>
    <address>
      <street_1>3 Paragon Drive</street_1>
      <city>Montvale</city>
      <state>NJ</state>
      <country>U.S.A.</country>
      <postal_code>07645</postal_code>
    </address>
    <telephone>
      <country_code>001</country_code>
      <area_code>800</area_code>
      <number>367-6372</number>
    </telephone>
    <url>www.mercedes-benz.com</url>
  </company>

  <company>
    <name>Porsche A.G.</name>
    <address>
      <street_1>Porscheplatz 1</street_1>
      <city>Stuttgart</city>
      <state>Zuffenhausen</state>
      <country>Germany</country>
      <postal_code>D-70435</postal_code>
    </address>
    <telephone>
      <country_code>018</country_code>
      <area_code>05</area_code>
      <number>356911</number>
    </telephone>
    <url>www.us.porsche.com</url>
  </company>

</manufacturers>
