|
|
 |
| XSLT General questions and answers about XSLT. For issues strictly specific to the book XSLT 1.1 Programmers Reference, please post to that forum instead. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the XSLT section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
|
 |

January 23rd, 2004, 10:57 AM
|
|
Registered User
|
|
Join Date: Jan 2004
Location: , , .
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Tricky Javascript/XSL issue...Hmmmm
Hi Guys,
having a problem, would appreciate some help !
I am passing some params to a Javascript function, one of which is some free text for a title on part of the web page's header.
However, the page is actually rendered via XSL and when I want to pass in a '&' as part of the free text, it's not happy at all....
Here's the function (Free text being passed is Fish & Chips...)
javascript:BuyList
'50350119,50671442,54149957,55028517','showimage,F ish & Chips,header,footer||Test text at the top of page');
Is there any way around this? Or will I have to use 'and'
I have tried & with no success....
Cheers in advance !
Robster
|

January 23rd, 2004, 11:28 AM
|
|
Registered User
|
|
Join Date: Jan 2004
Location: , , .
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Problem solved with :
<![CDATA[&]]>
Cheers anyway !
R
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |