Advertisment
Web Services Description Language is the standard format for describing a web service in XML format. In this tutorial you will learn what is WSDL...
SOAP is a simple and open standard XML-based protocol for exchanging information between computers. In this tutorial you will learn what is SOAP...
XML-RPC is the simplest XML-based protocol for exchanging information between computers. In this tutorial you will learn what is XML-RPC and Why...
This tutorial introduces you to schemas, including the two major types that are used to define data for XML documents. This tutorial explores the...
In this tutorial, you'll learn, how to document your XML code with comments, how characters of text are encoded in XML, all about entities and...
In this tutorial, you'll learn: importance of namespaces, how namespace names are guaranteed to be unique, declaration and reference...
This tutorial includes the following: why to use SVG, configure your browser to handle the SVG format, the basics of shapes, lines, and colors;...
This tutorial introduces you to XML Schema and shows you how to create XSD schemas that can be used to validate your own documents.
This tutorial shows you how to use various tools to validate documents against a DTD or XSD.
In this tutorial, you'll learn: the basics of style sheets and XML formatting; when and why to use CSS and XSL on the Web; the practical...
In this tutorial, you'll learn: more details about the XSLT style sheet language; process and sort nodes in an XSLT style sheet; use patterns...
In this tutorial, you'll learn: what XSL-FO is and how it came to be; about the nuts and bolts of the XSL-FO language; validation of XSL-FO...
In this tutorial, you'll learn; what SAX is and how it works; how to get a SAX parser for your favorite programming language; how to write a...
Views: 1014 | | by Slicer
XML - Parsing
In this tutorial, you'll learn: what XQuery is; how to write queries using XQuery; what the Saxon XQuery processor has to offer; how to...
XML can be used to create text documents that contain data in a structured format. In addition to the data, you can include a detailed set of rules...
A markup language uses special notation to mark the different sections of a document. In HTML documents, for example, angle brackets (<>) are used...
The structure of an XML document can be defined by two standards. The first standard is the XML specification, which defines the default rules for...
We will make a document template for creating XML documents that can be viewed in Web browsers as HTML documents. In this tutorial, we will create...
In this tutorial, we will look at some additional components that can be added to the DTD. The focus of this tutorial will be entities, which are...
In this tutorial we will look at four of the XML specifications: XML Namespaces, XML Path Language (XPath), XML Pointer Language (XPointer), and...