XML 1.0 spec in handy formats

TorgoX on 2004-08-28T01:26:03

Dear All,

Yes yes, we all have a local copy of the XML 1.0 spec as HTML (xml_spec_10.html, 182KB). But I also like having it as 80-column plaintext (xml_spec_10.txt, 106KB) too!

And also sometimes just the syntax declarations: (xml_spec_decls.html, 62KB) (xml_spec_decls.txt, 19KB)

Altho for serious details, you'd want to refer to the current edition, which is I think is only a bit different.


Tags within tags within tags...

schwern on 2004-08-28T02:47:39

What?! No XML spec in XML?

Re:Tags within tags within tags...

TorgoX on 2004-08-28T02:53:41

Get your own!

Re:Tags within tags within tags...

ziggy on 2004-08-31T04:12:11

Here you go!
<?xml version="1.0"?>
<xml-spec>
<include xmlns="http://www.w3.org/2001/XInclude"
         href="http://interglacial.com/user/sburke/pub/xml_spec_10.txt"
         encoding="ISO-8859-1"
         parse="text" />
</xml-spec>