← Prev in month ← Prev in thread

Re: [xml-dev] XML's greatest cultural advantage over JSON

From
<>
To
Date
2013-05-01T20:23:09Z
ID
<>
Thread
Re: [xml-dev] XML's greatest cultural advantage over JSON
Aw heck, let's just do the simplest thing possible.

  <!DOCTYPE moreMetaThanThou [
  <ELEMENT moreMetaThanThou (turtle+) >
  <!ATTLIST moreMetaThanThou
         Id ID #IMPLIED >
  <!ELEMENT turtle (value+)>
  <!ATTLIST turtle=20
         Id ID #IMPLIED>
  <!ELEMENT value (name, stuff) >
  <!ATTLIST value=20
         Id ID #IMPLIED
         Idref IDREF #IMPLIED >
  <!ELEMENT name (#PCDATA) >
  <!ELEMENT stuff (#PCDATA) >
  ]>

  :)

  len
← Prev in month ← Prev in thread