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 creator ?

xml creator ?

Scheduled Pinned Locked Moved C#
xmlquestion
7 Posts 5 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.
  • R Offline
    R Offline
    reza assar
    wrote on last edited by
    #1

    hi all i wanna have an xml creator (that will recive some Primitive data and & create a file & put it generated xml data) is there any class to do this for me? or i have to implement a class myself ? any opinion or advice????

    L E P D 5 Replies Last reply
    0
    • R reza assar

      hi all i wanna have an xml creator (that will recive some Primitive data and & create a file & put it generated xml data) is there any class to do this for me? or i have to implement a class myself ? any opinion or advice????

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      I don't think there is such think exists. Better way is to use xml editor (best is XMLSpy) and then incorporate your xml file in Visual Studio. Hope this will help!

      Jinal Desai - LIVE Experience is mother of sage....

      1 Reply Last reply
      0
      • R reza assar

        hi all i wanna have an xml creator (that will recive some Primitive data and & create a file & put it generated xml data) is there any class to do this for me? or i have to implement a class myself ? any opinion or advice????

        E Offline
        E Offline
        Estys
        wrote on last edited by
        #3

        XmlDocument? DataSet? Both have methods to save your data as XML. Cheers

        I don't like my signature at all

        1 Reply Last reply
        0
        • R reza assar

          hi all i wanna have an xml creator (that will recive some Primitive data and & create a file & put it generated xml data) is there any class to do this for me? or i have to implement a class myself ? any opinion or advice????

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          You probably need to use the XmlWriter[^] class.

          It's time for a new signature.

          1 Reply Last reply
          0
          • R reza assar

            hi all i wanna have an xml creator (that will recive some Primitive data and & create a file & put it generated xml data) is there any class to do this for me? or i have to implement a class myself ? any opinion or advice????

            P Offline
            P Offline
            PIEBALDconsult
            wrote on last edited by
            #5

            Roll your own. I generally use XmlDocument.

            1 Reply Last reply
            0
            • R reza assar

              hi all i wanna have an xml creator (that will recive some Primitive data and & create a file & put it generated xml data) is there any class to do this for me? or i have to implement a class myself ? any opinion or advice????

              D Offline
              D Offline
              Dan Mos
              wrote on last edited by
              #6

              If you're familiar with LINQ and you're not restricted to .Net 2.0, then XDocument should rock your XmlDocument world.

              Just an irritated, ranting son of ... an IT guy. At your trolling services

              R 1 Reply Last reply
              0
              • D Dan Mos

                If you're familiar with LINQ and you're not restricted to .Net 2.0, then XDocument should rock your XmlDocument world.

                Just an irritated, ranting son of ... an IT guy. At your trolling services

                R Offline
                R Offline
                reza assar
                wrote on last edited by
                #7

                thank you for your attention but i am using vs 2005 .net 2.0 thanks anyway i really love this site with its responsible people

                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