-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrecipes.xml
87 lines (87 loc) · 2.37 KB
/
recipes.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<?xml version="1.0" encoding="utf-8"?>
<recipes>
<recipe>
<head>
<title>Recipe 1</title>
<link rel="result-url" href="search-result/recipe-1.txt" />
<meta name="date" content="20180829" />
<meta name="tags" content="vegetarian" />
<meta name="time" content="30" />
</head>
<body>
<title>[recipe][1]</title>
<keywords>[vegetarian]</keywords>
<ingredients>[eggs][milk]</ingredients>
</body>
</recipe>
<recipe>
<head>
<title>Recipe 2</title>
<link rel="result-url" href="search-result/recipe-2.txt" />
<meta name="date" content="" />
<meta name="tags" content="vegetarian" />
<meta name="time" content="30" />
</head>
<body>
<title>[recipe][2]</title>
<keywords>[vegetarian]</keywords>
<ingredients></ingredients>
</body>
</recipe>
<recipe>
<head>
<title>Recipe 3</title>
<link rel="result-url" href="search-result/recipe-3.txt" />
<meta name="date" content="" />
<meta name="tags" content="vegan,vegetarian" />
<meta name="time" content="30" />
</head>
<body>
<title>[recipe][3]</title>
<keywords>[vegan]</keywords>
<ingredients></ingredients>
</body>
</recipe>
<recipe>
<head>
<title>Recipe 4</title>
<link rel="result-url" href="search-result/recipe-4.txt" />
<meta name="date" content="" />
<meta name="tags" content="vegan,vegetarian" />
<meta name="time" content="40" />
</head>
<body>
<title>[recipe][4]</title>
<keywords>[vegan]</keywords>
<ingredients></ingredients>
</body>
</recipe>
<recipe>
<head>
<title>Recipe 5</title>
<link rel="result-url" href="search-result/recipe-5.txt" />
<meta name="date" content="" />
<meta name="tags" content="" />
<meta name="time" content="40" />
</head>
<body>
<title>[recipe][5]</title>
<keywords></keywords>
<ingredients></ingredients>
</body>
</recipe>
<recipe>
<head>
<title>Recipe 6</title>
<link rel="result-url" href="search-result/recipe-6.txt" />
<meta name="date" content="" />
<meta name="tags" content="" />
<meta name="time" content="40" />
</head>
<body>
<title>[recipe][6]</title>
<keywords></keywords>
<ingredients></ingredients>
</body>
</recipe>
</recipes>