Syntax error on line 576: Missing “<” before “/vv:convert>”
Syntax error on line 1208: Wrong tag “<dd:description”, should be “<vv:description”
Description errors on lines 1210-1211: The descriptions “teaspoon” and “metric teaspoon” appear to be reversed.
Syntax errors on lines 1223-1225: Missing “/” to close tags <vv:description> in each line.
Here is the output from Linux/diff:
576c576
< <vv:unit type="factor"><vv:symbol>nm/L</vv:symbol><vv:name type="SI">nanometre per litre</vv:name><vv:convert-from>1E-9/vv:convert-from></vv:unit>
---
> <vv:unit type="factor"><vv:symbol>nm/L</vv:symbol><vv:name type="SI">nanometre per litre</vv:name><vv:convert-from>1E-9</vv:convert-from></vv:unit>
1208c1208
< <vv:unit type="factor"><vv:symbol>Tbsp</vv:symbol><vv:name type="SI">Tablespoon (Australia)</vv:name><vv:convert-from>0.019715686376</vv:convert-from><dd:description lang="en">Strangely enough: Tablespoons are bigger in Australia then almost everywhere else in the world!</vv:description></vv:unit>
---
> <vv:unit type="factor"><vv:symbol>Tbsp</vv:symbol><vv:name type="SI">Tablespoon (Australia)</vv:name><vv:convert-from>0.019715686376</vv:convert-from><vv:description lang="en">Strangely enough: Tablespoons are bigger in Australia then almost everywhere else in the world</vv:description></vv:unit>
1210,1211c1210,1211
< <vv:unit type="factor"><vv:symbol>tsp</vv:symbol><vv:name type="SI">Teaspoon</vv:name><vv:convert-from>0.005</vv:convert-from><vv:description>A Metric Adaptation of the Teaspoon</vv:description></vv:unit>
< <vv:unit type="factor"><vv:symbol>tsp</vv:symbol><vv:name type="SI">Metric Teaspoon</vv:name><vv:convert-from>0.004928921594</vv:convert-from></vv:unit>
---
> <vv:unit type="factor"><vv:symbol>tsp</vv:symbol><vv:name type="SI">Metric Teaspoon</vv:name><vv:convert-from>0.005</vv:convert-from><vv:description>A Metric Adaptation of the Teaspoon</vv:description></vv:unit>
> <vv:unit type="factor"><vv:symbol>tsp</vv:symbol><vv:name type="SI">Teaspoon</vv:name><vv:convert-from>0.004928921594</vv:convert-from></vv:unit>
1223,1225c1223,1225
< <vv:unit type="factor"><vv:symbol>-</vv:symbol><vv:name type="SI">dash</vv:name><vv:convert-from>0.0006161151993</vv:convert-from><vv:description lang="en">Quantified kitchen measures source: http://www.goldaskitchen.com/news0201.ihtml<vv:description></vv:unit>
< <vv:unit type="factor"><vv:symbol>-</vv:symbol><vv:name type="SI">pinch</vv:name><vv:convert-from>0.00030805759965</vv:convert-from><vv:description lang="en">Quantified kitchen measures source: http://www.goldaskitchen.com/news0201.ihtml<vv:description></vv:unit>
< <vv:unit type="factor"><vv:symbol>-</vv:symbol><vv:name type="SI">smidgen</vv:name><vv:convert-from>0.000154028799825</vv:convert-from><vv:description lang="en">Quantified kitchen measures source: http://www.goldaskitchen.com/news0201.ihtml<vv:description></vv:unit>
---
> <vv:unit type="factor"><vv:symbol>-</vv:symbol><vv:name type="SI">dash</vv:name><vv:convert-from>0.0006161151993</vv:convert-from><vv:description lang="en">Quantified kitchen measures source: http://www.goldaskitchen.com/news0201.ihtml</vv:description></vv:unit>
> <vv:unit type="factor"><vv:symbol>-</vv:symbol><vv:name type="SI">pinch</vv:name><vv:convert-from>0.00030805759965</vv:convert-from><vv:description lang="en">Quantified kitchen measures source: http://www.goldaskitchen.com/news0201.ihtml</vv:description></vv:unit>
> <vv:unit type="factor"><vv:symbol>-</vv:symbol><vv:name type="SI">smidgen</vv:name><vv:convert-from>0.000154028799825</vv:convert-from><vv:description lang="en">Quantified kitchen measures source: http://www.goldaskitchen.com/news0201.ihtml</vv:description></vv:unit>


