Home >Backend Development >XML/RSS Tutorial >A brief introduction to XML technology overview
In this section, some important XML related technologies will be listed. This is helpful for understanding and developing XML applications.
-------------------------------------------------- ------------------------------------
XHTML - Extensible HTML )
XHTML redefines the syntax of HTML 4.01 using XML. XHTML 1.0 is the next version of HTML.
CSS - Cascading Style Sheets
CSS style sheets can add display information to XML documents.
XSL - Extensible Style Sheet Language
XSL consists of three parts: XML document transformation (XML Document Transformation, and called XSLT), a pattern matching syntax (also called XPath), a formatting object interpretation ,XSL FO). XSLT - XML Transformation Language (XML Transformation)
XPath - XML Pattern Matching
- XML Linking Language The XML Linking Language (XLink) allows the establishment of link relationships between different XML resources.
XPointer - XML Pointer Language (XML Pointer Language)
- Document Type Definition (Document Type Definition)DTD is mainly used to define the elements used in writing XML documents.
Namespaces -
XML namespaces provide a way to associate elements, attributes, names, and URL address references with each other.
XSD - XML Schema (XML Schema)
XDR - Data Simplification (XML Data Reduced)
DOM - Document Object
(Document Object Model) DOM defines the interface
, attributes and method. XQL - XML Query Language (XML Query Language)
SAX - Simple API for XML
--------------------------------------- ----------------------------------------
IntroductionThe World Wide Web Consortium (W3C) was established in 1994. Leads the Web primarily through the development of various WWW protocols. For example, HTML, CSS and XML are all developed by W3C.
The most important job of W3C is to formulate network specifications, or describe some technologies that construct the Web.
The above is the detailed content of A brief introduction to XML technology overview. For more information, please follow other related articles on the PHP Chinese website!