> I'm a newbie in XML and .Net
> I've a function that return some XML
[quoted text clipped - 7 lines]
> but I've got some errors
> 'Bad xml file, Tag non close ..)
Use XmlReader to check your XML for well-formedness. If you want to
validate your XML against the schema you have then you can also do that
with XmlReader and the proper XmlReaderSettings, see
<URL:http://groups.google.com/group/microsoft.public.dotnet.xml/browse_thread/thread/
7be70e4cf56d8d6f/418bb8fd8db7cd66?lnk=st&q=#418bb8fd8db7cd66>
for an example.

Signature
Martin Honnen --- MVP XML
http://JavaScript.FAQTs.com/