[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: How to simplify this?

Subject: Re: How to simplify this?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 21 Sep 2004 17:19:50 +0100
Re:  How to simplify this?
> In the HTML-output I need a javascript function with ' mark.
if you are using " to surround the xml attributes then you can just use
' to put a ' into an attribute value.

> Is there a better way to do this?
you don't need to use variables unless you want to.

In your case it looks like you want to do something like

 onclick="setArrow({position()-1}),'{$thead_id}',;
  return sortTable('{$body_id}',{position()-1}) "


> style="visibility:hidden;"><xsl:text
> disable-output-escaping="yes">&amp;nbsp;&amp;uarr;</xsl:text></span>

Ouch you almost never want to use disable-output-escaping like that,
just use
<xsl:text>&#160;&8593;</xsl:text>

David



________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.