ABOUT XML
TERMS
|
|
XML |
eXtensible Markup Language. It has a clearly defined standard to structure, describe and interchange data.
|
|
|
XML DOM |
XML Document Object Model. The model describes the elements of a XML document as nodes of a tree. These nodes can be used by scripting languages , such as JavaScript or by programming languages such as Java..
|
|
|
DTD |
Document Type Definition. This definition is part of the original XML 1.0 specification that allows a XML document author to define how its elements and attribbutes may be used. The DTD is also known as the Content Model or Schema.
|
|
|
RDF |
Resource Description Framework.
|
|
|
RSS |
Really Simple Syndication is a standard XML format for delivering content that changes on a regular basis.
|
|
|
XMLSchema |
The XMLSchema is a more powerful document Schema than DTD that can specify data types.
|
|
|
SAX |
Simple API for XML.
|
|
SOAP |
Simple Object Access Protocol is a lightweight, XML-based protocol for exchanging information in a distributed environment. It uses a SOAP envelope to define a framework for describing a message's contents and how to process it.
|
RESOURCES |
XML books UK
XML books USA
|
XML software UK
XML software USA
|
|
xml.org
xml.com |
Microsoft xml downloads |
To add an entry or request an existing one to be altered, please fill in the comments form
Return to Top
Main Index
(c) Compiled by B V Wood.
|
|
|
|