Posted by rhaazy on 05/31/06 20:39
using ms sql 2000
EXEC sp_xml_preparedocument @iTree OUTPUT, @doc
I get an error unless I remove the encoding attribute(<?xml
version="1.0" encoding="utf-8" ?>) from my XML document prior to
running my stored procedure. So I need a way to strip this out via my
C# code that prepares the output.
Thanks.
Navigation:
[Reply to this message]
|