Hi Azadeh, Azadeh Omrani <a.omrani at gmail.com> writes: > How xsd manages CDATA sections? > does it return the data in it as a single string? (so I have to parse it > myself to retrieve data from it)? CDATA is parsed by the underlying XML parser and you get the actual data. You don't need to do anything special to access it. Boris