Karl Eichwalder <[email protected]> writes: > Susanne Wunsch <[email protected]> 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
