XML issue.
- From: "rhaazy" <rhaazy@xxxxxxxxx>
- Date: 31 May 2006 13:39:17 -0700
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.
.
- Prev by Date: Re: Complex Query
- Previous by thread: Complex Query
- Index(es):