• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Custom XML output

As an aside I've alreay put in:

<xsl: output encoding="utf-8" method="xml" />

When the output is saved it always defaults to htm but you can change the file extension to .xml which works but I'd prefer the user only has to go to File > Custom Output > choose the relevant one then save it as an xml file
 
Hi,

I believe selecting "Generate XML File" from the custom output menu will generate a plain XML file, rather than a .htm file. Is that option not working for you?
 
Thanks Colen

I'm trying to create a custom xml import that specifically exports the unit name and a linked custom id (not the AB unit id) to a file to import into another app. The custom id will be a private unit stat though and for speed of import (although wont make a major difference) the output will be just the two things for each unit in the roster
 
Back
Top