----- 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