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]

RE: Escaped Chars from DB display incorrectly...


Somewhere while being turned into XML, the string from the database is being
escaped, which isn't necessary as it's already escaped in the database. I
bet the XML built from the DB is actually Smith & Company

Michael Kay
Software AG
home: Michael.H.Kay@ntlworld.com
work: Michael.Kay@softwareag.com

> -----Original Message-----
> From: owner-xsl-list@lists.mulberrytech.com
> [mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of King Wilder
> Sent: 02 April 2002 22:11
> To: xsl-list@lists.mulberrytech.com
> Subject: [xsl] 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
>
>


 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]