CDATA section

Subject: CDATA section
From: Linda van den Brink <lvdbrink@xxxxxxx>
Date: Fri, 13 Nov 1998 09:14:41 +0100
Hi all,

Is there a way in DSSSL + Jade to add CDATA sections to SGML/XML content? My
source files are XML-marked up help files that look something like this: 
------------------------------------------
<om id="tfOM000012" lang="english" status="released"><!--an online manual
topic -->
<header><!-- header with keywords, browsing information, version
information, and the topic title -->
 <keyword>Currency, unrealized differences</keyword>
 <keyword>...Another keyword...</keyword>
 <browse>
 <group>tfacpr</group>
  <seqnr>300</seqnr>
 </browse>
 <vrc version="B50"/>
<title>Unrealized currency differences</title>
</header>
<text>
<p>Unrealized currency differences are currency differences that are
calculated for invoices that are not yet paid. [...]
</p>
</text>
</om>
----------------------------------------------------------
In an online information service, the <header> of these files will be parsed
on the server side, but the <text> will be parsed on the client side by a
proprietary viewer which has a standard xml parser. For that reason I want
to use DSSSL to insert a CDATA section at the start of <text>. Is there a
way to do this? 

//Linda


> 	
> ---------------------------------------------------------------------
> 	Linda van den Brink 
> 	Technical Author
> 	BaaN Knowledge Development 
> 


 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread
  • CDATA section
    • Linda van den Brink - Fri, 13 Nov 1998 03:29:21 -0500 (EST) <=