XML in Asp.Net
Skip Navigation Links.

XML in Asp.Net

Skip Navigation LinksHome :: ASP.NET :: XML

The best definition of XML* I have heard is…

"XML is a case-sensitive markup language that defines the structure of data in an open and self describing manner. XML docs contain tags that assign meaning to the content. XML does not define how data is displayed or used. "

It is inevitable you will have to interface with XML at some stage with .Net

Well formed XML docs must meet three requirements…

  1. One root element
  2. Properly nested child elements
  3. Begin and end tags must exist and match

They will have

  1. Processing instruction
  2. Elements
  3. Attributes (optional to elements)
  4. Comments
For these examples I will use the Bookstore examples using these files bookstore.xml bookstore2.xml bookstore2.xsl XSLTFile.xsl

Tutorials

The rest of this page is hidden, you must be a member to view it

To become a member and get immediate access to the course please join here Free!

Already Enrolled? please click here to Login

Next >> Format XML
top of page
all content ©1996/2012 BennySutton.com
all images © their respective owners This site uses Thumbshots previews