Re: [docbook-apps] Escape DTD snippet
Karl Eichwalder <> writes: > Susanne Wunsch <> writes: > >> I searched for a possibility to quote DTD snippets that aren't parsed >> but integrated "as is". I didn't find some appropriate hints. >> >> <quote><!ELEMENT foo (bar)></quote> > > Use CDATA marked sectionsv (this is a general SGML/XML feature): > > <![CDATA[ ... ]]> > > Your example: > > <quote><![CDATA[<!ELEMENT foo (bar)>]]></quote> Thanks, it works perfectly. read you ... Susanne