contentsconceptssyntaxlibrariessampleserrorsindex
Full text search
XLS to XML conversions: DTD  
Introduction: Excel to XML conversion  

Sample


This simple DTD defines a document that can have paragraphs, lists, and tables.


  <!element xls2xml     (title,(p|table|ulist|dl)*)>
  <!element title       (#pcdata)*>
  <!element p           (#pcdata)>
  <!element ulist       (li)*>
  <!element li          (#pcdata)*>
  <!element dl          (dt|dd)*>
  <!element dt          (#pcdata)*>
  <!element dd          (#pcdata)*>
  <!element table       (caption?, tr+)>
  <!element tr          (th|td)*>
  <!element (th|td)     (#pcdata)*>

 
----  

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

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

Copyright © OmniMark Technologies Corporation, 1988-1999.