Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Old Forums
 CLOSED - General SQL Server
 XML character entity

Author  Topic 

sdeyoung
Starting Member

1 Post

Posted - 2006-08-06 : 13:36:27
Hello Everyone,

I'm troubleshooting an issue where 2 stored procedures should be generating the same XML document using the same datasource tables but one converts the double quote symbol into the &+quot character entity value and the other as it should be with the double quote symbol. Could someone please help direct me to where in the stored procedures - what code to look for - this difference could be originating from?

Thank you in advance!
Sean

nr
SQLTeam MVY

12543 Posts

Posted - 2006-08-06 : 14:10:04
Depends on how the SPs are doing it.
Look for a replace statement maybe.

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page

Arnold Fribble
Yak-finder General

1961 Posts

Posted - 2006-08-07 : 04:10:23
When you say "as it should be" you actually mean "as I want it to be". There is no requirement for XML to use & quot; only within double-quote delimited attribute values.
Go to Top of Page
   

- Advertisement -