home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / misc / writing / 3576 < prev    next >
Encoding:
Text File  |  1992-11-19  |  2.2 KB  |  57 lines

  1. Newsgroups: misc.writing
  2. Path: sparky!uunet!pipex!ibmpcug!rachel.ibmpcug.co.uk!antipope
  3. From: antipope@rachel.ibmpcug.co.uk (charless@scol.sco.com)
  4. Subject: Re: SGML--what is it?
  5. Organization: The IBM PC User Group, UK.
  6. Date: Thu, 19 Nov 1992 12:21:25 GMT
  7. Message-ID: <BxyqBq.2tz@ibmpcug.co.uk>
  8. References: <1992Nov16.173423.4564@pencom.com>
  9. Sender: news@ibmpcug.co.uk (News System Administration)
  10. Nntp-Posting-Host: rachel.ibmpcug.co.uk
  11. Lines: 44
  12.  
  13. twriter1@pencom.com writes:
  14. > I am debating whether or not I should fork over almost $1000
  15. > to learn about SGML (a reputable 2 or 3 day long course).  Is it
  16. > worth it?  Is SGML the wave of the future as I have heard?
  17. > What does it stand for?
  18.  
  19. SGML is short for Standard Generalized Markup Language.
  20. It is an ISO-validated standard for text markup based on
  21. ASCII files, and supports semantic content markup as well as
  22. the more common explicit formatting commands we're all used
  23. to.
  24.  
  25. An SGML document is always based upon a DTD, or Document Type
  26. Definition (equivalent to a style sheet). Basically, the DTD
  27. defines a set of types for a document's elements in a portable
  28. format. Using an SGML editor like SoftQuad author/editor (or
  29. FrameMaker, which I believe can import/export SGML documents into
  30. GML) you create a document using the style elements defined in
  31. the DTD. THe combination of document and DTD can then be used on
  32. any other SGML-compliant system to produce the same output. 
  33. Moreover, SGML has a variety of other uses connected with 
  34. information retrieval.
  35.  
  36. In addition to the core ISO standard, there are working groups
  37. currently developing extra standards; HyTime, a multimedia
  38. extension of SGML, and DSSSL, a device-independant output
  39. system.
  40.  
  41. SGML is still a minority persuit, but it is set to explode
  42. in the technical publications field over the next two to
  43. five years. For example, it is highly likely that the next
  44. documentation releases for UNIX (from both the main
  45. development sources, USL and OSF) will be delivered in SGML
  46. instead of troff format. Once this happens, a huge chunk of
  47. the Open Systems market will have to switch to SGML.
  48.  
  49. To quote one expert on the field: ``SGML is to typesetting
  50. as UNIX is to open systems computing.''
  51.  
  52. Hope that helps ...
  53.  
  54. -- 
  55. Antipope -- HE gives you Bull, I give you the Straight ... er ....
  56.  
  57.