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. XML / XSL
  4. XML

XML

Scheduled Pinned Locked Moved XML / XSL
questiondatabasexml
7 Posts 4 Posters 25 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.
  • M Offline
    M Offline
    Mazdak
    wrote on last edited by
    #1

    Hello everybody: I wanna know what exatcly XML is.I find out that I can store some information in XML file and use it during runtime,but what is advantage or disadvantage of this method than using database?When should I use XML and when should I use Acees/SQLServer ? Is XML something more than storing some piece of inforamtion?Any suggestion would be appreciated. :) Thanks Mazy "The path you tread is narrow and the drop is shear and very high, The ravens all are watching from a vantage point near by, Apprehension creeping like a choo-train uo your spine, Will the tightrope reach the end;will the final cuplet rhyme?"Cymbaline-Pink Floyd

    M M J 3 Replies Last reply
    0
    • M Mazdak

      Hello everybody: I wanna know what exatcly XML is.I find out that I can store some information in XML file and use it during runtime,but what is advantage or disadvantage of this method than using database?When should I use XML and when should I use Acees/SQLServer ? Is XML something more than storing some piece of inforamtion?Any suggestion would be appreciated. :) Thanks Mazy "The path you tread is narrow and the drop is shear and very high, The ravens all are watching from a vantage point near by, Apprehension creeping like a choo-train uo your spine, Will the tightrope reach the end;will the final cuplet rhyme?"Cymbaline-Pink Floyd

      M Offline
      M Offline
      MS le Roux
      wrote on last edited by
      #2

      One of the cool things about XML is the fact that it is just a string, making it very generic. This makes it very simple to send from one application to another, (or even one business to another) without having to worry about special software requirements. Another advantage is that it is completely disconnected from a database. You could have a COM component which gets information from the database and returns it as XML. This makes it easier to split the layers of an application. Then there's also XSLT (which is pretty cool once you understand it). And don't forget about .Net, which is very XML-happy.

      M 1 Reply Last reply
      0
      • M MS le Roux

        One of the cool things about XML is the fact that it is just a string, making it very generic. This makes it very simple to send from one application to another, (or even one business to another) without having to worry about special software requirements. Another advantage is that it is completely disconnected from a database. You could have a COM component which gets information from the database and returns it as XML. This makes it easier to split the layers of an application. Then there's also XSLT (which is pretty cool once you understand it). And don't forget about .Net, which is very XML-happy.

        M Offline
        M Offline
        Mazdak
        wrote on last edited by
        #3

        Thank you MarSCoZa :) Mazy "The path you tread is narrow and the drop is shear and very high, The ravens all are watching from a vantage point near by, Apprehension creeping like a choo-train uo your spine, Will the tightrope reach the end;will the final cuplet rhyme?"Cymbaline-Pink Floyd

        1 Reply Last reply
        0
        • M Mazdak

          Hello everybody: I wanna know what exatcly XML is.I find out that I can store some information in XML file and use it during runtime,but what is advantage or disadvantage of this method than using database?When should I use XML and when should I use Acees/SQLServer ? Is XML something more than storing some piece of inforamtion?Any suggestion would be appreciated. :) Thanks Mazy "The path you tread is narrow and the drop is shear and very high, The ravens all are watching from a vantage point near by, Apprehension creeping like a choo-train uo your spine, Will the tightrope reach the end;will the final cuplet rhyme?"Cymbaline-Pink Floyd

          M Offline
          M Offline
          Michael A Barnhart
          wrote on last edited by
          #4

          First I would not compare it to a database. There are XML databases but an XML file and a database are not the same thing. XML is a method to package data to then send in whatever protocal or format you choose. By using this method you can use standard tools to parse and extract (or create) the data. Also once in this form you have many tools to reformat the data as needed (XSLT...) To be conscious that you are ignorant of the facts is a great step towards Knowledge. Benjamin Disraeli

          M 1 Reply Last reply
          0
          • M Michael A Barnhart

            First I would not compare it to a database. There are XML databases but an XML file and a database are not the same thing. XML is a method to package data to then send in whatever protocal or format you choose. By using this method you can use standard tools to parse and extract (or create) the data. Also once in this form you have many tools to reformat the data as needed (XSLT...) To be conscious that you are ignorant of the facts is a great step towards Knowledge. Benjamin Disraeli

            M Offline
            M Offline
            Mazdak
            wrote on last edited by
            #5

            Thank you Michael. :) Mazy "The path you tread is narrow and the drop is shear and very high, The ravens all are watching from a vantage point near by, Apprehension creeping like a choo-train uo your spine, Will the tightrope reach the end;will the final cuplet rhyme?"Cymbaline-Pink Floyd

            1 Reply Last reply
            0
            • M Mazdak

              Hello everybody: I wanna know what exatcly XML is.I find out that I can store some information in XML file and use it during runtime,but what is advantage or disadvantage of this method than using database?When should I use XML and when should I use Acees/SQLServer ? Is XML something more than storing some piece of inforamtion?Any suggestion would be appreciated. :) Thanks Mazy "The path you tread is narrow and the drop is shear and very high, The ravens all are watching from a vantage point near by, Apprehension creeping like a choo-train uo your spine, Will the tightrope reach the end;will the final cuplet rhyme?"Cymbaline-Pink Floyd

              J Offline
              J Offline
              jkgh
              wrote on last edited by
              #6

              HI Mazy, Log onto the MSDN site MSDN.microsoft.com and read the "extreme XML" column postings. Alice thought that running very fast for a long time would get you to somewhere else. " A very slow kind of country!" said the queen. "Now, here , you see, it takes all the running you can do, to keep in the same place".

              M 1 Reply Last reply
              0
              • J jkgh

                HI Mazy, Log onto the MSDN site MSDN.microsoft.com and read the "extreme XML" column postings. Alice thought that running very fast for a long time would get you to somewhere else. " A very slow kind of country!" said the queen. "Now, here , you see, it takes all the running you can do, to keep in the same place".

                M Offline
                M Offline
                Mazdak
                wrote on last edited by
                #7

                Hi Alex Thank you for reply.I'll do it. :) Mazy **"If I go crazy then will you still Call me Superman If I’m alive and well, will you be There holding my hand I’ll keep you by my side with My superhuman might Kryptonite"**Kryptonite-3 Doors Down

                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