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]

RE: How to get ' to display properly


Jon,
<a href="javascript:launchApp('{ESP/USERNAME}','{ESP/PATH}','{ESP/PATH}');"
class="&linktext;">Click here</a>
or
<a class="&linktext;">
	<xsl:attribut name="href">javascript:launchApp('<xsl:value-of
select="./ESP/USERNAME"/>','<xsl:value-of select="./ESP/APPID"/>',
'<xsl:value-of select="./ESP/PATH"/>');</xsl:attribute>
Click here
</a>

Ciao Chris

XML/XSL Portal
http://www.bayes.co.uk/xml


>-----Original Message-----
>From: owner-xsl-list@lists.mulberrytech.com
>[mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Webster, Jon
>Sent: 13 April 2001 22:00
>To: xsl-list@lists.mulberrytech.com
>Subject: [xsl] How to get ' to display properly
>
>
>
>Hi all,
>
>I am just really tired and I don't know xsl all that well, so I was hoping
>that someone could let me know how to format this line:
>
><a href="javascript:launchApp('" <xsl:value-of
>select="./ESP/USERNAME"/> ','
><xsl:value-of select="./ESP/APPID"/> ', '<xsl:value-of
>select="./ESP/PATH"/>');"class="&linktext;">Click here</a> to link to
>ESP.</span>
>
>What I want the rendered text to look like is:
>
><a href="javascript:launchApp('joeuser','009238','/some/path');"
>class="&linktext;">Click here</a> to link to ESP.</span>
>
>I am sure this is something simple, it is giving me an error at the first '
>with it being not well formed, but I am new to xsl, and am
>exceedingly tired
>right now, so a helping hand would be really appreciated!
>
>Thanks,
>Jon
>
> 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]