Index ¦ Archives

XML

In computing, Extensible Markup Language (XML) is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable.

vim example.xml

<note>
    <to>RMS</to>
    <from>D4n1</from>
    <heading>Reminder</heading>
    <body>Happy Hacking!</body>
</note>

XML

© 2000-2022 by Daniel Pimentel (d4n1). Under MIT.