hpr3393 :: We need to talk about XML
An extensible markup language? This is too good to be true!
Hosted by Klaatu on Wednesday, 2021-08-04 is flagged as Clean and is released under a CC-BY-SA license.
xml, data, markup, markdown.
2.
The show is available on the Internet Archive at: https://archive.org/details/hpr3393
Listen in ogg,
spx,
or mp3 format. Play now:
Duration: 00:31:25
general.
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>