Revision 11749
Added by Aaron Marcuse-Kubitza about 11 years ago
test.xml.ref | ||
---|---|---|
17 | 17 |
<taxonlabel> |
18 | 18 |
<parent_id> |
19 | 19 |
<taxonlabel> |
20 |
<rank>$taxonLevel</rank>
|
|
20 |
<rank>$taxonRank</rank>
|
|
21 | 21 |
<parent_id> |
22 | 22 |
<taxonlabel> |
23 | 23 |
<rank>cultivar</rank> |
... | ... | |
33 | 33 |
<parent_id> |
34 | 34 |
<taxonlabel> |
35 | 35 |
<rank>species</rank> |
36 |
<taxonepithet>$denorm_species</taxonepithet>
|
|
36 |
<taxonepithet>$specificEpithet</taxonepithet>
|
|
37 | 37 |
<parent_id> |
38 | 38 |
<taxonlabel> |
39 | 39 |
<rank>genus</rank> |
... | ... | |
41 | 41 |
<parent_id> |
42 | 42 |
<taxonlabel> |
43 | 43 |
<rank>family</rank> |
44 |
<taxonepithet>$denorm_family</taxonepithet>
|
|
44 |
<taxonepithet>$family</taxonepithet> |
|
45 | 45 |
<parent_id> |
46 | 46 |
<taxonlabel> |
47 | 47 |
<rank>order</rank> |
48 |
<taxonepithet>$Order</taxonepithet>
|
|
48 |
<taxonepithet>$order</taxonepithet>
|
|
49 | 49 |
<parent_id> |
50 | 50 |
<taxonlabel> |
51 | 51 |
<rank>class</rank> |
52 |
<taxonepithet>$Class</taxonepithet>
|
|
52 |
<taxonepithet>$class</taxonepithet>
|
|
53 | 53 |
<parent_id> |
54 | 54 |
<taxonlabel> |
55 | 55 |
<rank>phylum</rank> |
56 | 56 |
<parent_id> |
57 | 57 |
<taxonlabel> |
58 | 58 |
<rank>kingdom</rank> |
59 |
<taxonepithet>$denorm_kingdom</taxonepithet>
|
|
59 |
<taxonepithet>$kingdom</taxonepithet> |
|
60 | 60 |
</taxonlabel> |
61 | 61 |
</parent_id> |
62 | 62 |
</taxonlabel> |
... | ... | |
79 | 79 |
</parent_id> |
80 | 80 |
</taxonlabel> |
81 | 81 |
</parent_id> |
82 |
<taxonepithet>$denorm_triName</taxonepithet>
|
|
82 |
<taxonepithet>$infraspecificEpithet</taxonepithet>
|
|
83 | 83 |
</taxonlabel> |
84 | 84 |
</parent_id> |
85 |
<rank>$taxonLevel</rank>
|
|
85 |
<rank>$taxonRank</rank>
|
|
86 | 86 |
<taxonomicname> |
87 | 87 |
<_merge_prefix> |
88 |
<prefix><_taxon_family_require_std><family>$denorm_family</family></_taxon_family_require_std></prefix>
|
|
88 |
<prefix><_taxon_family_require_std><family>$family</family></_taxon_family_require_std></prefix> |
|
89 | 89 |
<value> |
90 | 90 |
<_alt> |
91 |
<1>$plantNameWithAuthority</1>
|
|
91 |
<1>$scientificName</1>
|
|
92 | 92 |
<2> |
93 | 93 |
<_alt> |
94 |
<1>$plantname</1>
|
|
94 |
<1>$taxonName</1>
|
|
95 | 95 |
<2> |
96 | 96 |
<_join_words> |
97 | 97 |
<2><_filter_genus><value>$genus</value></_filter_genus></2> |
98 |
<3>$denorm_species</3>
|
|
98 |
<3>$specificEpithet</3>
|
|
99 | 99 |
<5> |
100 | 100 |
<_join_words> |
101 | 101 |
<1> |
102 | 102 |
<_if name="if has infraspecificEpithet"> |
103 |
<cond>$denorm_triName</cond>
|
|
104 |
<then>$taxonLevel</then>
|
|
103 |
<cond>$infraspecificEpithet</cond>
|
|
104 |
<then>$taxonRank</then>
|
|
105 | 105 |
</_if> |
106 | 106 |
</1> |
107 |
<2>$denorm_triName</2>
|
|
107 |
<2>$infraspecificEpithet</2>
|
|
108 | 108 |
</_join_words> |
109 | 109 |
</5> |
110 | 110 |
</_join_words> |
... | ... | |
117 | 117 |
</taxonomicname> |
118 | 118 |
</taxonlabel> |
119 | 119 |
</taxonlabel_id> |
120 |
<family>$denorm_family</family>
|
|
120 |
<family>$family</family> |
|
121 | 121 |
<genus>$genus</genus> |
122 |
<specific_epithet>$denorm_species</specific_epithet>
|
|
123 |
<taxonname>$plantname</taxonname>
|
|
124 |
<taxonomicname>$plantNameWithAuthority</taxonomicname>
|
|
125 |
<verbatimrank>$taxonLevel</verbatimrank>
|
|
122 |
<specific_epithet>$specificEpithet</specific_epithet>
|
|
123 |
<taxonname>$taxonName</taxonname>
|
|
124 |
<taxonomicname>$scientificName</taxonomicname>
|
|
125 |
<verbatimrank>$taxonRank</verbatimrank>
|
|
126 | 126 |
</taxonverbatim> |
127 | 127 |
</taxonverbatim_id> |
128 | 128 |
</taxondetermination> |
Also available in: Unified diff
inputs/CVS/: switched to new-style import, using the steps at http://wiki.vegpath.org/Adding_new-style_import_to_a_datasource