<![cdata[

Subject: <![cdata[
From: Pieter Rijken <pieter.rijken@xxxxxx>
Date: Wed, 31 May 2000 11:17:02 +0200
Hello,

This actually is an SGML questions, so please forgive me for submitting
it this list.

I have the following SGML:

...
<message>
  <![CDATA[
    <StartData>
    <EndData>
  ]]>
</message>
...

The problem is that the character data contents of <message>...</message>
contains the brackets '<' and '>'.
Using <![CDATA[...]]> this is no problem. But I would like to replace
them with entity references %start-data; and %end-data; :

...
<message>
  %start-data;
  <StartData>
  <EndData>
  %end-data;
</message>
...

or by using short references which replace the '[' by '<![CDATA[' and
the ']' by ']]>':

...
<message>[
  <StartData>
  <EndData>]
</message>
...

I'm not succeding in doing this. The first entity or short references is
recognozed correctly, but the second entity or short references are not.
Apparently they are not recognized because they are in a '<![CDATA['.

Does anyone know how to replace '<![CDATA[..]]>' by entity/short
references?

best regards,

pieter

-- 
Pieter Rijken                          E-mail: pieter.rijken@xxxxxx

CMG Telecommunications and Utilities B.V.
Division Advanced Technology
Nieuwekade 1-19
P.O. Box 8038                 Phone: +31 30 2339300
3503 RA Utrecht               Fax:   +31 30 2339495
The Netherlands
-------------------------------------------------------------------

DISCLAIMER: This statement is not an official statement from, nor
            does it represent an official position of, CMG
            Telecommunications and Utilities B.V.

------------------------------------------------------------------- 


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


Current Thread
  • <![cdata[
    • Pieter Rijken - Wed, 31 May 2000 05:42:50 -0400 (EDT) <=