- To: Stuart Guthrie <slug@xxxxxxxxxxxx>
- Subject: Re: [SLUG] Docbook with XML examples
- From: Angus Lees <gus@xxxxxxxxxxx>
- Date: Sat, 07 Jun 2003 00:37:52 +0000
- Cc: slug@xxxxxxxxxxx
- User-agent: Wanderlust/2.10.0 (Venus) XEmacs/21.4 (Portable Code)
At Thu, 05 Jun 2003 10:04:54 +1000, Stuart Guthrie wrote:
> Does anyone know how to embed an example of XML in a DocBook formatted
> XML document. CDATA?
yes. you should be able to do:
<![CDATA[
<foo><bar>This is my example</bar></foo>
]]>
and then include it in <informalexample> or whatever docbook markup
you wanted.
--
- Gus