I
indo3
I know one can define
CDATA text by
<![CDATA[<bla> &bla;]]>
which is the same as PCDATA:
<bla> &bla;
But if you define an attribute in a DTD
to be CDATA or PCDATA, isnt it the same value space
since both CDATA and PCDATA are equivalent?
And: everywhere where PCDATA is allowed, CDATA sections are allowed, too,
so what makes the difference if you define the value type of
an attribute as CDATA or PCDATA?
THANKS
CDATA text by
<![CDATA[<bla> &bla;]]>
which is the same as PCDATA:
<bla> &bla;
But if you define an attribute in a DTD
to be CDATA or PCDATA, isnt it the same value space
since both CDATA and PCDATA are equivalent?
And: everywhere where PCDATA is allowed, CDATA sections are allowed, too,
so what makes the difference if you define the value type of
an attribute as CDATA or PCDATA?
THANKS