|
XML in ADO.NET - August 29, 2008 at 15:00 PM by Amit Satpute
Define XSLT.
XSLT language is used for transforming XML documents into XHTML documents. It
also transforms XML into another XML document.
What is XPATH?
XPath is a language that is used to navigate through XML documents.It can find
information in an XML document like elements and attributes.
Define XMLReader Class.
The XMLReader Class (Assembly: System.Xml.dll) represents a reader that provides
fast, non-cached, forward-only access to XML data.
Define XMLValidatingReader class.
The XMLValidatingReader class (Assembly: System.Xml.dll) represents a reader
that provides:
- Document type definition (DTD),
- XML-Data Reduced (XDR) schema, and
- XML Schema definition language (XSD) validation.
|