What is XML?

Extensible Markup Language (XML) belongs to the Markup Language family just like HTML or WML. But with XML, we can define our own custom tags. For example :

<UPN>
<Informatics>
… ..
</Informatics>
</UPN>

In XML, to explain whether a tag is valid or not, we can use DTD (Document Type Definition). The DTD also describes the structure of the XML document. Then to explain the meanings of the tags created, a stylesheet can be used, namely XSL (Extensible Stylesheet Language). XSL consists of three parts and each part has its own recommendations from the W3C, namely: Xpath (XML Path Language), a language for indicating a part of an XML document. XSLT (XSL Transformation), a language for transforming an XML document into another document. XSL, namely XSLT plus a collection of explanations about formatting objects and formatting properties.

Was this answer helpful?

Related Articles

What is Anonymous FTP

Anonymous FTP is FTP Sites that can be accessed without having to have a specific login. The...

What is Apache?

Understanding Apache Apache is a free and open source web server software. This server has...

What is bandwidth

Definition of Bandwidth Bandwidth is the capacity that can be used on an ethernet cable so that...

What is cloud hosting?

Cloud hosting is a hosting service that is integrated with the cloud and the internet. If you...

What is Cloudflare

Definition of Cloudflare Cloudflare is a CDN (Content Delivery Network) that has better features...