<?xml version = "1.0"?>

<!-- DOCTYPE propertylistings SYSTEM "catalog.dtd" -->

<?xml-stylesheet type="text/xsl" href="lab4b-soln.xsl"?>

<propertylistings>

<property propno="P0001" type="residential" units="1">
  <price>1000000</price>
  <realtor>http://www.fancyhouses.com</realtor>
  <address>
    <street>99 Noe St.</street>
    <city>San Francisco</city>
    <state>CA</state>
    <zip>94104</zip>
  </address>
  <construction>wood frame</construction>
  <year>1902</year>
  <picture>http://www.keller.com/xslt/images/bldg3.jpg</picture>
  <picture>http://www.keller.com/xslt/images/bldg3a.gif</picture>
  <squarefootage>
    <unit>2800</unit>
  </squarefootage>
  <amenities>
    <amenity>Huge garden</amenity>
    <amenity>Quiet street</amenity>
    <amenity>Haunted</amenity>
  </amenities>
  <stories>2</stories>
  <parking>One-car garage</parking>
  <comments>
    Gorgeous Victorian single-family home.
  </comments>
</property>

<property propno="P0002" type="commercial" units="1">
  <price>1800000</price>
  <realtor>http://www.storesnmore.com</realtor>
  <address>
    <street>3303 Market St.</street>
    <city>San Francisco</city>
    <state>CA</state>
    <zip>94106</zip>
  </address>
  <construction>cinder block</construction>
  <year>1951</year>
  <picture>http://www.keller.com/xslt/images/bldg4.jpg</picture>
  <squarefootage>
    <unit>5600</unit>
  </squarefootage>
  <amenities>
    <amenity>Prime location in shopping district</amenity>
    <amenity>Former site of beloved SF Novelty Co.</amenity>
  </amenities>
  <stories>1</stories>
  <parking>None</parking>
  <comments>
    Excellent opportunity for retail business.
  </comments>
</property>

<property propno="P0003" type="commercial" units="1">
  <price>50000</price>
  <realtor>http://www.funnyhouses.com</realtor>
  <address>
    <street>47 Cedar St.</street>
    <city>Santa Cruz</city>
    <state>CA</state>
    <zip>94929</zip>
  </address>
  <construction>unreinforced masonry</construction>
  <year>1933</year>
  <picture>http://www.keller.com/xslt/images/bldg5.jpg</picture>
  <squarefootage>
    <unit>1100</unit>
  </squarefootage>
  <amenities>
    <amenity>Vacant, condemned</amenity>
  </amenities>
  <stories>1</stories>
  <parking>None</parking>
  <comments>
    Damaged in recent Loma Prieta earthquake.
    Requires extensive seismic work or demolition.
    Make an offer!
  </comments>
</property>

<property propno="P0004" type="residential" units="3">
  <price>1200000</price>
  <realtor>http://www.fancyhouses.com</realtor>
  <address>
    <street>1287 Arguello Blvd.</street>
    <city>San Francisco</city>
  <state>CA</state>
  <zip>94122</zip>
  </address>
  <construction>wood frame</construction>
  <year>1926</year>
  <picture>http://www.keller.com/xslt/images/bldg1.jpg</picture>
  <squarefootage>
    <unit number="A">800</unit>
    <unit number="B">1250</unit>
    <unit number="C">650</unit>
  </squarefootage>
  <amenities>
    <amenity>Across the street from UCSF</amenity>
    <amenity>On a streetcar line</amenity>
    <amenity>Lots of rabbits rescued from University labs</amenity>
  </amenities>
  <stories>3</stories>
  <parking>Garage for two cars</parking>
  <comments>
    A handsome property in a prime location.
    This one will sell fast!
  </comments>
</property>

<property propno="P0005" type="residential" units="2">
  <price>899000</price>
  <realtor>http://www.sosohouses.com</realtor>
  <address>
    <street>122-124 Hugo Street</street>
    <city>San Francisco</city>
  <state>CA</state>
  <zip>94122</zip>
  </address>
  <construction>wood frame</construction>
  <year>1924</year>
  <picture>http://www.keller.com/xslt/images/bldg2.jpg</picture>
  <squarefootage>
    <unit number="122">1330</unit>
  <unit number="124">1350</unit>
  </squarefootage>
  <amenities>
    <amenity>Recently converted to condominiums</amenity>
    <amenity>A block from Golden Gate Park</amenity>
    <amenity>Remodeled kitchens and bathrooms</amenity>
    <amenity>Working fireplaces</amenity>
    <amenity>Jacuzzis in every room</amenity>
  </amenities>
  <stories>2</stories>
  <parking>None</parking>
  <comments>
    Must see!
  </comments>
</property>

</propertylistings>
