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>

-- 
Karl Eichwalder

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to