Hello We have the idea to use XML to combine application data (e.g. a message block in SWIFT format) with additional header data that are used for IPC between two processes of a payment application.
Can you recommend us to use Xerces for this translation step, i.e. convert a message block to an XML document consisting of: mark-up tags, header fields plus the original message (as one message block) ? As we understand, Xerces is made for XML parsing, but is it also useful for XML generation ? Thanks in advance for your answer. Kind regards, Theo Kurz
