More .deck File Formats

It'd be nice if OPT could open a few more file format. It's got a great selection already but I've been using a lot of MTGStudio (http://www.mtgstudio.com/) to make decks and OPT can't open the file format.
High Quality Resources for Collectible Card Games
https://www.slightlymagic.net/forum/
https://www.slightlymagic.net/forum/viewtopic.php?f=50&t=3890
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<mtgstudiodeck version="1.0">
<deck>
<deckinfo>
<title>Army of Light</title>
<creator>Administrator</creator>
<created>2009-12-21</created>
<modified>2011-01-24</modified>
<version>1.0</version>
<description/>
<email/>
</deckinfo>
<cards>
<card deck="4" sb="0" edition="M10">Honor of the Pure</card>
<card deck="4" sb="0" edition="M10">Veteran Swordsmith</card>
<card deck="2" sb="0" edition="MOR">Preeminent Captain</card>
<card deck="3" sb="0" edition="M10">Elite Vanguard</card>
<card deck="2" sb="0" edition="AP">Enlistment Officer</card>
<card deck="4" sb="0" edition="M10">Veteran Armorsmith</card>
<card deck="4" sb="0" edition="ZEN">Conqueror's Pledge</card>
<card deck="3" sb="0" edition="ALA">Oblivion Ring</card>
<card deck="20" sb="0" edition="ZEN">Plains (4)</card>
<card deck="4" sb="0" edition="10E">Field Marshal</card>
<card deck="3" sb="0" edition="LRW">Mirror Entity</card>
<card deck="1" sb="0" edition="MOR">Ballyrush Banneret</card>
<card deck="2" sb="0" edition="EVE">Hearthfire Hobgoblin</card>
<card deck="2" sb="0" edition="M10">Captain of the Watch</card>
<card deck="1" sb="0" edition="ZEN">Journey to Nowhere</card>
<card deck="1" sb="0" edition="ZEN">Kor Skyfisher</card>
</cards>
</deck>
</mtgstudiodeck>
well, the way OPT parses deck files is via regular expression, xml parsing is different because it works with nodes and whatnot.pinecones wrote:are you trying to say that you'd like to add the functionality of OPT to use that format but that it's not a priority right now?