Results 1 to 4 of 4

Thread: Use of XmlTextWriter Class for ASP.NET web page

  1. #1
    Join Date
    Sep 2009
    Posts
    143

    Use of XmlTextWriter Class for ASP.NET web page

    I have recently started working on a project which is on ASP.NET. I had learnt ASP and C-Sharp, but it was long time ago and now I need to brush-up some of its concepts. There is a querry in my project which requires to generata a documet in XML from a web page which is in ASP.NET. I have been suggested to make use of the XmlTextWriter Class. What is the use of this class?

  2. #2
    Join Date
    Oct 2005
    Posts
    2,393

    Re: Use of XmlTextWriter Class for ASP.NET web page

    To ease the creation of XML document from asp.net a special class is dedicated to do the work. This class is named System.Xml.XmlTextWriter class for .NET framework. Thus by incorparating this System.Xml.XmlTextWriter class the programmer would no longer have to check for the unkown XML characters. Thus the System.Xml.XmlTextWriter class is used to create XML document from asp.net site.

  3. #3
    Join Date
    May 2008
    Posts
    2,012

    Re: Use of XmlTextWriter Class for ASP.NET web page

    XmlTextWriter Class is useful in creating files with XML(Extensible Markup Language) data that are to be extracted from an ASP.NET web pages. The namespace for this XmlTextWriter class is System.XML and the assembly for the same is System.Xml (in System.Xml.dll). When I started learning ASP.NET even I was confused as to how to create an XML file from ASP.NET, but the XmlTextWriter class helped me.

  4. #4
    Join Date
    Apr 2008
    Posts
    1,948

    Re: Use of XmlTextWriter Class for ASP.NET web page

    XmlTextWriter Class is contained in the System.Xml namaspace. The classes of XML which are in this System.Xml namespace are very helpful in working with XML documents. They allow us to perform XML data validation, writing and editing XML and many more functions. In this sam manner, the XmlTextWriter Class is used for create an XML document. Some of the other classes which are also helpful are: XmlValidatingReader, XmlReader, XmlWriter.

Similar Threads

  1. Replies: 8
    Last Post: 08-10-2011, 11:06 PM
  2. Can I extend a java class or interface in a JSP page?
    By Juaquine in forum Software Development
    Replies: 4
    Last Post: 17-02-2010, 09:07 PM
  3. Replies: 5
    Last Post: 12-02-2010, 06:23 PM
  4. Ultra solid drives:Imation M-Class and S-Class
    By Regina in forum Portable Devices
    Replies: 1
    Last Post: 03-04-2009, 10:34 AM
  5. Good news for CBSE CLASS X & CLASS IX - visit learnnext
    By surya_expert in forum Education Career and Job Discussions
    Replies: 0
    Last Post: 13-12-2008, 12:09 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,517,913.01494 seconds with 17 queries