Re: [xml-dev] NDATA section (was: RE: [xml-dev] CDATA)

From
Karl Waclawek <>
To
"Rodriguez, Sergio" <>
Date
2003-04-02T17:28:37Z
ID
<00b401c2f93d$4eada7c0$9e539696@citkwaclaww2k>
Thread
Re: [xml-dev] NDATA section (was: RE: [xml-dev] CDATA)
----- Original Message -----
From: "Rodriguez, Sergio" <>

> Mmmhh... very interesting.  Then I picture the NDATA section something like
> this:
>
> <?xml version="2.0"?>
> <root>
>   <![CDATA[ text ]]>
>   <xml:NDATA length="12" dimensional="b">|°¬~*%_@¨¨\´#á!¬^¡?</xml:NDATA>
>   <!-- The length would be in bits(b), bytes(B), kilo bytes(KB), etc. -->
> </root>

Or maybe:

<?xml version="2.0"?>
<root>
  <signature><![NDATA SigType 19[|°¬~*%_@¨¨\´#á!¬^¡?]]></signature>
</root>

where SigType is the name of a notation and 19 is the length.

Karl