XML Geek Code

a.k.a. The Code of the XML Geeks

Author: Peter Murray-Rust

Date:

Tags: #tech

Specification (1.0)
www.xml.com
No encoder found No decoder found

XML Geek Code is for fans of the markup language XML. It was written by chemist and open access scientist Peter Murray-Rust as part of an article on XML.com.

It is unique among signature codes in that it is intended to be written in valid XML markup. From the specification article:

<?xml version="1.0"?>
<memo
  xmlns="http://imp.ort.ant.com">
  <to>BigBoss</to>
  <from>XML greaseMonkey</from>
  <content> Your latest <a
      href="/memos/12083">memo</a> on a proposed company DTD is unworkable. </content>
  <G:xmlGeek
    xmlns:G="http://ursus.demon.co.uk">
    <G:subject
      title="DTD" qualifier="---" />
    <G:subject title="FPI"
      qualifier="---(-)" />
    <G:subject
      title="namespace" qualifier="++++" />
    <G:subject
      title="book">Understanding XML (1998), GreaseMonkey Press</G:subject>
  </G:xmlGeek>
</memo>

Details

Inspirations (1):

Known versions

Version 1.0: