ASP.net xmp question

Discussion in 'C#' started by LaPoChE, Jun 29, 2007.

  1. #1
    Hey,

    Is there any wai you can modify an XML file in ASP.net?

    thanks
     
    LaPoChE, Jun 29, 2007 IP
  2. stribny

    stribny Peon

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Sure, look at the XmlDocument class (it is very helpful for modifying XML files).
     
    stribny, Jun 29, 2007 IP
  3. yugolancer

    yugolancer Well-Known Member

    Messages:
    320
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    110
    #3
    Feel free to consider that in .NET Framework the XML is a data and the data is XML.

    Namely all the .NET Framework XML classes include innovations that offer convenience, better performance, and a more familiar programming model etc. than the older industry standards such as DOM, XPath, XSD, and XSLT.

    XmlWriter, XmlReader, and XmlNavigator classes and XMLTextReader and XMLTextWriter, encapsulate a number of functionalities that previously had to be accomplished manually.

    If you want an additonal help please provide more specific question next time and i will give you an example how to achieve that.

    HTH
    Regards :)
     
    yugolancer, Jul 2, 2007 IP