[ZDP] XML rendering question

Stephan Richter SRichter@ixl.com
Mon, 23 Aug 1999 09:18:33 -0500


hello Martijn,

I have question. 

I have the following tag:

<abstract>
   Text, and even more text then <strong>some strong words</strong> and more
   text and more and more and more ...
</abstract>

How could I best render that?
It should look like that at the end:
<p>Text, and even more text then <strong>some strong words</strong> and more
text and more and more and more ...</p>

Any suggestions? Should I use 
<abstract><[CDATA[
   Text, and even more text then <strong>some strong words</strong> and more
   text and more and more and more ...
]]></abstract>

or do I need to do that:
<abstract>
   <p>Text, and even more text then <strong>some strong words</strong> and more
   text and more and more and more ...</p>
</abstract>

what is the best solution? Really I want to use the first way and make the
rendering smart. Is that the right approach?

regards,
stephan
--
Stephan Richter
iXL - Software Designer and Engineer