Announcements
No record found.
rootNode = xmlDoc.documentElement(); docNode = xmlDoc.createElement2('Document',"urn:iso:std:iso:20022:tech:xsd:pain.001.001.03"); docNode.SetAttribute("xmlns:xsi", "http://www.w3.org/2001/XMLSchema-instance"); xmlDoc.appendChild(docNode); XmlNode CstmrNode; CstmrNode = xmlDoc.createElement('CstmrCdtTrfInitn'); docNode.appendChild(CstmrNode); //todo xmlElement = xmlDoc.createElement('GrpHdr'); NodeName = CstmrNode.appendChild(xmlElement);
xmlDoc = XMLDocument::newBlank(); // Create first line containing version info rootNode = xmlDoc.documentElement(); docNode = xmlDoc.createElement2('Document',"urn:iso:std:iso:20022:tech:xsd:pain.001.001.03"); docNode.SetAttribute("xmlns:xsi", "http://www.w3.org/2001/XMLSchema-instance"); xmlDoc.appendChild(docNode); CstmrNode = xmlDoc.createElement2('CstmrCdtTrfInitn',"urn:iso:std:iso:20022:tech:xsd:pain.001.001.03"); docNode.appendChild(CstmrNode); xmlElement = xmlDoc.createElement2('GrpHdr',"urn:iso:std:iso:20022:tech:xsd:pain.001.001.03"); NodeName = docNode.appendChild(xmlElement); xmlElement = xmlDoc.createElement2('MsgId',"urn:iso:std:iso:20022:tech:xsd:pain.001.001.03"); NodeMsg = NodeName.appendChild(xmlElement); xmlText =xmlDoc.createTextNode(numseq); NodeMsg.appendChild(xmlText);
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
André Arnaud de Cal... 586 Super User 2026 Season 1
Giorgio Bonacorsi 551
CP04-islander 408