ASP.NET Glossary

XSL (eXtensible Stylesheet Language)

XSL is a language used for creating stylesheets for XML documents. XSL consists of languages for transforming XML documents (XPath and XSLT) and an XML vocabulary for specifying formatting semantics.

Related TutorialsWeb service
XQL (XML Query Language)
Value …

Learn more

XSD (XML Schema Definition)

XSD is a language used to describe the structure of an XML document. XSD is used to define classes that are in turn used to create instances of XML documents which conform to the schema.

Related TutorialsTry/Catch block
Object type
Event
ADO.NET (ActiveX Data Object for …

Learn more

XPointer (XML Pointer Language)

XPointer is a language that supports addressing into the internal structures of XML documents. XPointer allows the traversals of an XML document tree and selection of its internal parts based on element types, attribute values, character content, and relative position. XPointer is based on the XPath.

Related TutorialsType library
Inheritance
Qualified identifiers
CLI (Common …

Learn more

XPath (XML Path Language)

XPath is a language that uses path expressions to specify the locations of structures and data within an XML document. XPath information is processed using XSLT or XPointer.

Related TutorialsInterface
VB.NET (Visual Basic .NET)
Unmanaged pointer types
.NET …

Learn more

XML Web services

XML Web services are Web-based .NET applications that provide services (i.e., data and functionality) to other Web-based applications (i.e. Web service consumers). XML Web services are accessed via standard Web protocols and data formats such as HTTP, XML, and SOAP.

Related Tutorials.NET Languages
C# ( C-Sharp)
CLS (Common Language …

Learn more

XML Schema

XML Schema is a description of the structure of an XML document. XML Schemas are written in XSD and support namespaces and data types.

Related TutorialsIdentifiers
Types
Managed …

Learn more

XML (eXtensible Markup Language)

XML is a meta-markup language that provides a format for describing almost any type of structured data. XML is a subset of SGML and has become the standard language for storing, viewing, and manipulation Web-based data. XML allows the creation of custom tags to describe both proprietary data and business logic.

Related TutorialsMember variables
Microsoft Office Access
CIL (Common Intermediate …

Learn more

Xlink (XML Linking Language)

Xlink is a language that allows links to other resources to be embedded in XML documents, similar to the hyperlinks found in HTML Web pages.

Related TutorialsHeap
JIT (Just In Time)
Overriding
Type-safe
DTD (Document …

Learn more

XHTML (eXtensible HyperText Markup Language)

XHTML is the next generation of HTML. HTML was originally designed to display data, XML was specifically designed to describe data. XHTML is a combination of all the elements in HTML 4.01 with the syntax of XML. Although nearly identical to HTML, XHTML has much stricter rules and is cleaner in its syntax, thus resulting in well-formed Web …

Learn more