BatchMref usage
http://www.ams.org/batchmref?qdata=xmldocument&api=mref
- api is optional
- qdata is required; refer to the document below
The following is an example
<?xml version = "1.0" encoding = "UTF-8"?>
<mref_batch>
<mref_item outtype={amsref|bibtex|html|tex">
<inref intype="optional">string</inref>
<outref>string</outref>
<myid>1234</myid>
<mrid></mrid>
<matches>(0,1)</matches>
</mref_item>
</mref_batch>
- The result of the request is the same document with the fields outref
and matches filled in.
- You are limited to 100 items.