RE: [xsl] Problems With Passing HTML Needing Quotes

Subject: RE: [xsl] Problems With Passing HTML Needing Quotes
From: "Sachidanandam E K" <sachidanandam.kumaraswamy@xxxxxxxxxxxxxx>
Date: Wed, 3 Jul 2002 11:08:25 +0530
Try this way

   <img  height='200'  width='200'
src="/transform/content/JJJ/JJJ_customer/jjj.gif" />

   else

   <img src="/transform/content/JJJ/JJJ_customer/jjj.gif">
	<xsl:attribute name="Height" >
		<xsl:value-of select='100'/>
	</xsl:attribute>
   </img>

I hope this help you..

Cheers!!


Sachidanandam.E.K
Member Techinical Staff

HCLT KT-ODC
sachidanandam.kumaraswamy@xxxxxxxxxxxxxx
<mailto:sachidanandam.kumaraswamy@xxxxxxxxxxxxxx>


-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Scott Purcell
Sent: Tuesday, July 02, 2002 11:24 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] Problems With Passing HTML Needing Quotes


Hello,

I have a xsl document in which is telling me I need to quote the height and
width in the following line. But when I do, it chokes on them.
I am looked at <xsl-text> but that does not seem to help my mission. How do
people get around this problem?

Thanks,
Scott

// line bombs. does not work right.
    </td><td><img height=300 width=300
src="/transform/content/JJJ/JJJ_customer/jjj.gif" /></td></tr></table>




Scott Purcell | Developer | VERTIS | 555 Washington Ave. 4th Floor | St.
Louis, MO 63101 |
T 314.588.0720 | F 314.588.0735 | spurcell@xxxxxxxxxxxxx |
http://www.vertisinc.com

Vertis is a global powerhouse for integrated marketing and advertising
solutions that seamlessly combine advertising, direct marketing, media,
imaging and progressive technology. Vertis' products and services include:
consumer and media research, media planning and placement, creative
services, digital media production, targetable insert programs, fully
integrated direct marketing programs, circulation-building newspaper
products and eMarketing.




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


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


Current Thread