Re: [xml-dev] Genx

From
David Tolpin <>
To
Date
2004-01-20T15:46:57Z
ID
<>
Thread
Re: [xml-dev] Genx
> Expat and saw a mix of calls in xmlparse.h,
> some using strings that are null terminated, 
> some that are not:
> 

Bounded data is copied and null-terminated. cdata is not copied
and not null-terminated. This is a common practice.

David Tolpin
http://davidashen.net/