Hi,
When we export invoice from abbyy, it will create XML.
XML is like.
<_Name>John</_Name>
<_BankAcc>0123456789</_BankAcc>
I want to add attribute in this XML fro BankAcc Node as Invalid like
<_BankAcc IsValid="False">0123456789</_BankAcc>
How to add attributes in XML while exporting invoices?