1234567891011121314151617 |
- <?xml version="1.0" encoding="UTF-8"?>
- <producers>
- <producer>
- <sourceid>0002</sourceid>
- <name>Blue Sky Winery</name>
- <description>Makers of Warm Sun Blush</description>
- <authorid>1</authorid>
- <region>Redwood Valley</region>
- </producer>
- <producer>
- <sourceid>0003</sourceid>
- <name>Meriam Winery</name>
- <description>Makers of Extra Dry Chardonnay</description>
- <authorid>9</authorid>
- <region>Redwood Valley</region>
- </producer>
- </producers>
|