This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Escaped Chars from DB display incorrectly...


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 & 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@gizmobeach.com
www.gizmobeach.com
626 351-4334
-------------


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]