[thelist] DTD for documents

Michiel Trimpe M.B.Trimpe at student.tue.nl
Mon May 13 06:10:07 CDT 2002


Hello everyone,

Does anyone know of a good DTD for straightforward document content.
I'm looking for a solution for an XML-based CMS where I've got
everything pretty much figured out except what DTD to use for the
content itself. I'm thinking of something like this :

<document>
   <para type='summary'>Bladibla</para>
   <para>
         This is one of the paragraphs of the content ...
         <emp>This is important</emp>
         <code>This is code</code>
   </para>
   <table>
     Table stuff here
   </table>
</document

So basically an XHTML rip that takes only allows content.

--
TIA,
 Michiel Trimpe





More information about the thelist mailing list