Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. XML File generation

XML File generation

Scheduled Pinned Locked Moved C#
questioncsharpxmlhelp
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Pierre besquent
    wrote on last edited by
    #1

    Hi, I try to generate an xml file using the iso 20022 norm ( it is ISO 20022 Payments Messages norm). My C# code is :

    XmlTextWriter myXmlTextWriter = new XmlTextWriter ("D:/New Folder/Marwen.xml", System.Text.Encoding.UTF8);
    myXmlTextWriter.Formatting = Formatting.Indented;
    myXmlTextWriter.WriteStartDocument (false);
    myXmlTextWriter.WriteStartElement ("root");
    myXmlTextWriter.WriteAttributeString ("xmlns","urn:iso:std:iso:20022:tech:xsd:pain.001.001.02");
    myXmlTextWriter.WriteStartElement ("pain.001.001.02");

    The file is generated succesfully. My question is " is it LEGAL to do that?The norm "iso 20022" is it protected( so I should have permission to write the head like that?

    myXmlTextWriter.WriteAttributeString ("xmlns","urn:iso:std:iso:20022:tech:xsd:pain.001.001.02");

    is it simplly an indication for using this norm to write my xml file messages? Plzzzzzzzzzz help me I am really blocked Thank u

    L 1 Reply Last reply
    0
    • P Pierre besquent

      Hi, I try to generate an xml file using the iso 20022 norm ( it is ISO 20022 Payments Messages norm). My C# code is :

      XmlTextWriter myXmlTextWriter = new XmlTextWriter ("D:/New Folder/Marwen.xml", System.Text.Encoding.UTF8);
      myXmlTextWriter.Formatting = Formatting.Indented;
      myXmlTextWriter.WriteStartDocument (false);
      myXmlTextWriter.WriteStartElement ("root");
      myXmlTextWriter.WriteAttributeString ("xmlns","urn:iso:std:iso:20022:tech:xsd:pain.001.001.02");
      myXmlTextWriter.WriteStartElement ("pain.001.001.02");

      The file is generated succesfully. My question is " is it LEGAL to do that?The norm "iso 20022" is it protected( so I should have permission to write the head like that?

      myXmlTextWriter.WriteAttributeString ("xmlns","urn:iso:std:iso:20022:tech:xsd:pain.001.001.02");

      is it simplly an indication for using this norm to write my xml file messages? Plzzzzzzzzzz help me I am really blocked Thank u

      L Offline
      L Offline
      lorenkins
      wrote on last edited by
      #2

      This is the Intellectual Property Rights Policy[^] posted at the ISO20022.org site. (I am not a lawyer;) []Loren

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups