[xsl] Escaped Chars from DB display incorrectly...

Subject: [xsl] Escaped Chars from DB display incorrectly...
From: "King Wilder" <king@xxxxxxxxxxxxxx>
Date: Tue, 2 Apr 2002 13:11:11 -0800
I'm using MSXML 4.0 on Windows 2000 Server.  Escaped characters don't
display correctly from the database.


My SQL Server 7.0 table field:

Company
------------
Smith &amp; Company


I dynamically build an XML string...

<account>
	<customer company="Smith &amp; Company" />
</account>


My XSL displays this in a browser...

Smith &amp; Company


View Source shows this...

Smith &amp;amp; Company

Any ideas how I can just display: Smith & Company  ?

Thanks,

King Wilder
-------------
Gizmo Beach
king@xxxxxxxxxxxxxx
www.gizmobeach.com
626 351-4334
-------------


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread