← Prev in month ← Prev in thread

Discussion about XML Specification(SE)

From
Collin <>
To
Date
2002-10-16T02:41:00Z
ID
<001001c274bd$76459db0$070977ca@collin>
Thread
Discussion about XML Specification(SE)
Hi,all:
    The following is an actual text in XML Specification(SE). 
<originText>
        The right angle bracket (>) may be represented using the string "&gt;", and         must, for compatibility, be escaped using "&gt;" or a character reference             when it appears in the string "]]>" in content, when that string is not             marking the end of a CDATA section.
</originText>
    According to the above description, we are supposed to escape '>' using '&gt;'. 
But the problem is that is there another way for us, in the content of CDATA section, to write the '>' in ']]>' without using a '&gt;'? 
    I find out there isn't such a method. So actuall we MUST do that, instead of FOR COMPATIBILITY, which is descripted in the XML specification(SE).
    
Collin
← Prev in month ← Prev in thread