XML: Difference between revisions

From Rosetta Code
Content added Content deleted
(Identify as a format.)
No edit summary
Line 1: Line 1:
{{stub}}{{format}}Extensible Markup Language is a language for describing data structures. These data structures can describe both simple and complex things (e.g., an RPC call, a document).
{{stub}}{{format}}Extensible Markup Language is a language for describing data structures. These data structures can describe both simple and complex things (e.g., an RPC call, a document).
<!-- TODO: sort out the category, which is currently used for XML-processing tasks... -->
<!-- TODO: sort out the category, which is currently used for XML-processing tasks... -->
== XML ==

* [[XML/XPath]]
* [[XML/DOM serialization]]
* [[XML/Output]]

Revision as of 20:00, 18 May 2012

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Format
This is an example of a format. You may see a list of other formats used on Rosetta Code at Category:Solutions by Format.

Extensible Markup Language is a language for describing data structures. These data structures can describe both simple and complex things (e.g., an RPC call, a document).

XML