Bug #2442
closedCreate a "request new AccessionCode" function for VegBranch in VegBank
0%
Description
This will allow users to request GUIDs from VegBank.org from ANYWHERE. This makes bug 1859 and bug 1828 unneeded, if we can do it. VegBranch will have to request new AccessionCodes from VegBank directly. Additionally, VegBank's downloader will have to recognize incoming accessionCodes as "requested new" and keep them instead of writing its own again. But this is difference from accessionCodes that are found in the database already.
Previously I was unable to download anything from the web directly into VegBranch. But it seems to work now with Application.importXML("http://..."). The format for the XML is:
<root>
<table>
<field>info</field>
<field2>info</field2>
</table>
</root>
It can be made to append to extant tables instead of creating new.
Files