Hacker Public Radio

Your ideas, projects, opinions - podcasted.

New episodes Monday through Friday.


HPR3393: We need to talk about XML

Hosted by Klaatu on 2021-08-04 00:00:00
Download or Listen

Klaatu introduces XML.

The sample XML document discussed in this episode is:


<xml>
  <sol>
    <planet>
      <name>
        Mercury
      </name>
      <albedo>
        0.11
      </albedo>
    </planet>
    <planet>
      <name>
        Venus
      </name>
      <albedo>
        0.7
      </albedo>
    </planet>
    <planet>
      <name>
        Terra
      </name>
      <albedo>
        0.39
      </albedo>
    </planet>
  </sol>
</xml>

Comments



More Information...


Copyright Information

Unless otherwise stated, our shows are released under a Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) license.

The HPR Website Design is released to the Public Domain.