<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="Transform3.xsl"?>

 <weavers>
  <weaver id="weaver1">
     <name>Megunticook Weavings</name>
     <about>
       <description>Weavers of talent who love color</description>
       <address>
         <street>Marriners Dr</street>.
         <city>Lincolnville</city>
         <state>ME</state>
         <zip>04843</zip>
         <phone>207.236.4444</phone>
       </address>
      </about>  
      <magazines>
        <magazine>
          <title>Handwoven</title>
          <publisher>Interweave Press</publisher>
          <issues>5</issues>
          <subscription>30</subscription>
	      </magazine>
	      <magazine>
          <title>Shuttle Spindle and Dyepot</title>
          <publisher>HGA</publisher>
          <issues>4</issues>
          <subscription>32</subscription> 
   	    </magazine>
      </magazines> 
  </weaver>
  <weaver id="weaver2">
     <name>Quilters and Weavers</name>
     <about>
       <description>Rugs and shawls a specialty</description>
       <address>
         <street>High St</street>.
         <city>Camden</city>
         <state>ME</state>
         <zip>04843</zip>
         <phone>207.236.5555</phone>
       </address>
        </about> 
      <magazines>
        <magazine>
          <title>Weaver's Craft</title>
          <publisher>Plain Tabby Press</publisher>
          <issues>4</issues>
          <subscription>40</subscription> 
        </magazine>  
        <magazine>
          <title>Expensive One</title>
          <publisher>Fancy Tabby Press</publisher>
          <issues>4</issues>
          <subscription>120</subscription>
	      </magazine>  
      </magazines> 
  </weaver>
 </weavers>  


