contentsconceptssyntaxlibrariessampleserrorsindex
Full text search
XML DTD: XML to HTML conversions  
Introduction: XML input file and DTD  

Sample

  <!element doc - - (title, author, chapter+, glossary)>
  <!element (author|term|defn|audience) - - (#PCDATA)>

  <!element title - - (#PCDATA)>

  <!element chapter - - (title, audience, p+)>
  <!attlist chapter id id #REQUIRED>

  <!element p - - (#PCDATA|part|xref)+>

  <!element part - - (#PCDATA)>

  <!element xref - - EMPTY>
  <!attlist xref idref idref #REQUIRED>

  <!element glossary - - (term, defn)+>

 
----  

Top [CONTENTS] [CONCEPTS] [SYNTAX] [LIBRARIES] [SAMPLES] [ERRORS] [INDEX]

Generated: April 21, 1999 at 2:01:46 pm
If you have any comments about this section of the documentation, send email to [email protected]

Copyright © OmniMark Technologies Corporation, 1988-1999.