Re: XML QuotedCData question

James Clark (jjc@jclark.com)
Tue, 11 Mar 1997 10:57:38 +0700

At 16:22 10/03/97 GMT, Peter Murray-Rust wrote:
>Thanks James,
>
>In message <2.2.32.19970310142309.00ae0294@jclark.com> James Clark writes:
>> At 09:24 10/03/97 GMT, Peter Murray-Rust wrote:
>>
>> >Above all, of course, the XML documents must be valid SGML documents and
>> >they must give the same 'result' as when processed by sgmls.
>>
>> You won't in general be able to parse valid XML documents with sgmls. Two
>> obvious reasons are that it doesn't support Unicode and it doesn't allow you
>> to change delimiters.
>
>Understood. Is this also the same with NSGMLS?

No.

> (I haven't moved on to these
>simply for technical porting reasons - my UNIX machine is too old). ? In which
>case if I rephrase the question to '... by SP or NSGMLS ' is this true?

Yes, with an appropriate SGML declaration. However you won't be able to
parse well-formed but invalid XML documents, and you won't be able to
validate XML documents for constraints that are in XML but not in SGML.

James