home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / sgi / apps / 61 < prev    next >
Encoding:
Text File  |  1993-01-12  |  2.2 KB  |  47 lines

  1. Newsgroups: comp.sys.sgi.apps
  2. Path: sparky!uunet!mcsun!sunic!aun.uninett.no!nuug!ifi.uio.no!enag
  3. From: Erik Naggum <erik@naggum.no>
  4. Reply-To: Erik Naggum <enag@ifi.uio.no>
  5. Message-ID: <19930112.001@erik.naggum.no>
  6. Date: 12 Jan 1993 17:57:55 +0100
  7. References: <1993Jan4.200343.20281@texhrc.uucp> <ul4ckqk@zuni.esd.sgi.com> <1993Jan10.215534.7994@bitrot.in-berlin.de>
  8. Subject: Re: Insight....adding your own documents
  9. Lines: 36
  10.  
  11. [Thomas Driemeyer]
  12. :
  13. |   The format of the SGML documents should be published and accessible
  14. |   though, so that everyone can add books without having to use external
  15. |   service bureaus. If the format is closed, Insight might suffer the same
  16. |   fate as the license server.
  17.  
  18. I don't know anything useful about Insight, and was alerted to this
  19. message, but at least I know about SGML.
  20.  
  21. SGML is an International Standard (ISO 8879), and has been since 1986, and
  22. has been one of ISO's best selling standards.  So "the format of the SGML
  23. documents" is at least partially easily available.  The standard, however,
  24. is not the whole story.  An SGML document conforms to a document type
  25. definition (DTD), and it's really the DTD that defines the names of the
  26. elements (information containers) in the document and their meaning, since
  27. SGML does not specify processing in any way.  The language is "only" a
  28. means to represent a structure of nested information containers as a string
  29. of characters (file, if you want); the rest is up to an application of SGML
  30. to a specific kind of structure.  The good news is that the DTD must be
  31. available with all SGML documents conforming to them, so somewhere on the
  32. system, there should be a concise description of each element, and how they
  33. interrelate, usually in the form of the SGML "document type declaration":
  34. look for the string "<!DOCTYPE" and see what it references.
  35.  
  36. For more information, see comp.text.sgml, or mail me.
  37.  
  38. Hope this helps.
  39.  
  40. Best regards,
  41. </Erik>
  42. --
  43. Erik Naggum                 ISO  8879 SGML                    +47 295 0313
  44. Oslo, Norway                ISO 10744 HyTime
  45. <erik@naggum.no>            ISO  9899 C                 Memento, terrigena
  46. <SGML@ifi.uio.no>           ISO 10646 UCS             Memento, vita brevis
  47.