I am creating pdf and xml files for invoices separately.
But now as per new rule I need to send pdf doc in the xml file as code (base64Binary [RFC 2045]).
In PHP, I am using SimpleXMLElement() function.
Should I use encoded pdf in xml as taxt in a tag(attachment)?