XML: Difference between revisions

From Rosetta Code
Content added Content deleted
(Make this page)
 
m (Reverted edits by Jamesmalvi (talk) to last revision by Cloudius)
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{stub}}{{np language}}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).
{{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 ==

=== Pages ===
* [[XML/XPath]]
* [[XML/DOM serialization]]
* [[XML/Input]]
* [[XML/Output]]

===Category ===

* [[:Category:XML]]

[[Category:XML]]

Latest revision as of 10:50, 3 May 2018

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

Pages

Category