OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] Escape DTD snippet


Susanne Wunsch <docbook-apps@uriah.heep.sax.de> 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


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]