Re: [xml-dev] CDATA

From
Karl Waclawek <>
To
Date
2003-04-02T16:02:02Z
ID
<004901c2f931$35788600$9e539696@citkwaclaww2k>
Thread
Re: [xml-dev] CDATA
> Maybe the requirement is to support NDATA.  I get a lot 
> of inquiries about stuffing jpegs, etc, inline.  When 
> I show them the limited means, I get frowns.  Perhaps 
> it is time to revisit that permathread.

One could prefix such an NDATA section with a length tag,
allowing the parser to simply ignore the next "length" bytes.
That essentially takes the NDATA section out of XML land.
Only drawback: regular text editors have problems with binary data.

Karl