XML Tutorials
(EXtensible Markup Language) An open standard for describing data from the W3C. It is used for defining data elements on a Web page and business-to-business documents. XML uses a similar tag structure as HTML; however, whereas HTML defines how elements are displayed, XML defines what those elements contain. While HTML uses predefined tags, XML allows tags to be defined by the developer of the page. Thus, virtually any data items, such as "product," "sales rep" and "amount due," can be identified, allowing Web pages to function like database records.
18 tutorials in this category.
-
XML Tutorial
Extensible Markup Language. A flexible way to create common information formats and share both the format and the data on the World Wide Web, intranets, and els...
-
XSL Tutorial
XSL : EXtensible Stylesheet Language, a language for specifying style sheets for XML documents..XSL Transformation (XSLT) is used with XSL to describe how an X...
-
XSLT Tutorial
XSLT : Extensible Stylesheet Language Transformation. It is a language for transforming XML documents into other XML documents.XSLT is designed for use as part...
-
DTD Tutorial
DTD : Document Type Definition.It is a document that describes the structure of a Web page written in XML.The description of the structure and the rules a docum...
-
Schema Tutorial
Schema is a description of the structure and rules a document must satisfy for an XML document type.XML Schema is XML-based alternative to DTD.
-
XForms Tutorial
XForms is an XML format for the specification of user interfaces.XForms GiveStrong typing for easier input validationXML format for input dataMuch more internat...
-
XSL-FO Tutorial
XSL-FO : XSL Formatting ObjectsIt is an XML markup language for document formatting. XSL-FO is part of XSL
-
XML DOM Tutorial
DOM (Document Object Model) represents documents as a hierarchy of Node objects. Some of these Node objects may have child nodes of various types, while others...
-
XLink Tutorial
XLink : XML Linking Language It allows elements to be inserted into XML documents in order to create and describe links between resources.eXtended Links is a...
-
XQuery Tutorial
XQuery is the query language for XML. It provides a mechanism to extract and manipulate data from XML documents or any data source that can be viewed as XML suc...
-
XPath Tutorial
XPath : XML Path LanguageXPath is a language for addressing parts of an XML document, designed to be used by both XSLT and Xpointer.It also provides basic faci...
-
XPointer Tutorial
Xpointer - XML Pointer Language, is the language to be used as the basis for a fragment identifier for any URI reference that locates a resource of Internet med...
-
RDF Tutorial
RDF : Resource Description Framework.RDF is a general framework for how to describe any Internet resource such as a Web site and its content.It is a general fr...
-
SOAP Tutorial
SOAP : Simple Object Access Protocol .SOAP is a lightweight XML based protocol . It is a standard for exchanging XML-based messages over a computer network, nor...
-
WSDL Tutorial
WSDL : Web Services Description Language .It is an XML format for describing network services as a set of endpoints operating on messages containing either docu...
-
RSS Tutorial
RSS : Really Simple Syndication orRich Site SummaryIt allows you to organize or syndicate your site content .RSS files can be automatically updated. It is writt...
-
WAP Tutorial
WAP : Wireless Application ProtocolIt is a secure specification that allows users to access information instantly via handheld wireless devices such as mobile p...
-
Web Services Tutorial
Web Services define a platform-independent standard based on XML to communicate within distributed systems.XML is used to tag the data.SOAP is used to transfer...