add My.ashx and Global.asax to grasshopper test webapp; use project reference to...
[mono.git] / mcs / class / System.Web / Test / mainsoft / MainsoftWebApp20 / XMLDataSourceTest.xml
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <bookstore xmlns:bk="urn:samples">\r
3   <book genre="novel" publicationdate="1999" bk:ISBN="0192100262">\r
4     <title>Pride and Prejudice</title>\r
5     <author>\r
6       <first-name>Jane</first-name>\r
7       <last-name>Austen</last-name>\r
8     </author>\r
9     <price>24.95</price>"\r
10   </book>\r
11   <book genre="novel" publicationdate="1985" bk:ISBN="0771008139">\r
12     <title>The Handmaid's Tale</title>\r
13     <author>\r
14       <first-name>Margaret</first-name>\r
15       <last-name>Atwood</last-name>\r
16     </author>\r
17     <price>29.95</price>\r
18   </book>\r
19 </bookstore>\r