Sha256: d769f2c679b0e9b4e7ea714005ecaa2ac08ea1f15a8c87cb670e8682b4b19347
Contents?: true
Size: 1.32 KB
Versions: 2
Compression:
Stored size: 1.32 KB
Contents
<result><section shorttitle='How does SGML work?'> <title>How is SGML and would you recommend it to your grandmother?</title> <intro> <para>You can break a typical document into three layers: structure, content, and style. SGML works by separating these three aspects and deals mainly with the relationship between structure and content.</para></intro> <topic topicid='top4'> <title>Structure</title> <para>At the heart of an SGML application is a file called the DTD, or Document Type Definition. The DTD sets up the structure of a document, much like a database schema describes the types of information it handles.</para> <para>A database schema also defines the relationships between the various types of data. Similarly, a DTD specifies <emph>rules</emph> to help ensure documents have a consistent, logical structure.</para></topic> <topic topicid='top5'> <title>Content</title> <para>Content is the information itself. The method for identifying the information and its meaning within this framework is called <emph>tagging</emph>. Tagging must conform to the rules established in the DTD (see <xref xrefid='top4'/>).</para> <graphic graphname='tagexamp'/></topic> <topic topicid='top6'> <title>Style</title> <para>SGML does not standardize style or other processing methods for information stored in SGML.</para></topic></section></result>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
magic_xml-0.1.1 | xquery_use_cases/sgml/q8b.out |
magic_xml-0.1.0 | xquery_use_cases/sgml/q8b.out |