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

RE: RE: Does Java Script Support space(nbsp) replaceme

Subject: RE: RE: Does Java Script Support space(nbsp) replacement
From: cknell@xxxxxxxxxx
Date: Fri, 27 Aug 2004 09:50:21 -0400
replaceme
Your problem is a JavaScript problem (even if the JavaScript is included in an XSLT file) and this list is concerned with XSL, so you're not likely to get much satisfaction here. Even if this were a JavaScript list, you haven't given enough information for anyone to help. If you wish to, you can email me off-list and I'll see if I can help you.

-- 
Charles Knell
cknell@xxxxxxxxxx - email



-----Original Message-----
From:     Mohammed Ashfaq S <Mohammed.S@xxxxxxxxxxx>
Sent:     Fri, 27 Aug 2004 18:05:14 +0530
To:       <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Subject:   RE: Does Java Script Support space(nbsp) replacement


Hi All ,
I have this func in  Example.xsl file


function replaceString() {
	regX = new RegExp("\@@@","g") ;
	document.form1.Detail.value=document.form1.Detail.value.replace(regX,"\n");

// Here i have to Replace the Blank Space in the document
    	var _blankspace=' '; // I  have used #160 too... still did not work
    	var _nospace='';

    	regX = new RegExp(_blankspace,"g");
    	document.form1.Detail.value=document.form1.Detail.value.replace(regX, _nospace);
// 

	regX = new RegExp('@lt;',"g");
	document.form1.Detail.value.replace(regX,'<');
	regX = new RegExp('@gt;',"g");
	document.form1.Detail.value.replace(regX,'>');
}


Can anyone tell  me how do i get this working or Have i missed some basics.
How do I replace a blank space in the using the regX and the nbsp ?

Thanks in advice

Ashfaq

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.