Closed ConjuringCoffee closed 7 months ago
This pull request adds support for remote variant names. The remote variant name (if found) is added to the XML element VARIANT as an XML attribute REMOTE_VARIANT_NAME.
VARIANT
REMOTE_VARIANT_NAME
Example source:
Result for the example:
<?xml version="1.0" encoding="utf-8"?> <VARIANT REMOTE_VARIANT_NAME="ZNAMING"/>
If the variant has no remote variant name, then the attribute will not be added to the XML.
This pull request adds support for remote variant names. The remote variant name (if found) is added to the XML element
VARIANT
as an XML attributeREMOTE_VARIANT_NAME
.Example source:
Result for the example:
If the variant has no remote variant name, then the attribute will not be added to the XML.