These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

importxml corp assets for multiple typeids

Author
shimmyckus
Stars in No Sky
Backward Time in a Strange Land
#1 - 2012-07-29 16:53:14 UTC
Is there a way to use an =importxml for corp assets that will look for 10-20 different typeids and display them in a row? Say I want to display all of my trit, pyer, mex, iso, noc, zyd, mege, and morp that I have in my corp. Can I do that with a single importxml command or do I have to create one for each typeid?
shimmyckus
Stars in No Sky
Backward Time in a Strange Land
#2 - 2012-07-29 17:41:27 UTC
This is what I currently have and it works for a single typeid. Anyway to make it grab several typeid's in a row?

=ImportXML("https://api.eveonline.com/corp/AssetList.xml.aspx?vcode=*******************&keyID=***************", "sum(//row[@typeid="&$A11&"]/@quantity)")