|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Help me out on Removing the blankspaces from a te
Jarno and All, I had introduced JavaScript in the xsl to replace All the @@@ chars in the String. Using RegEx is introducing blankspaces along with the new line. I wish to know, how do i replace all the @@@ chars in a String in xsl. Is My Approach using the RegEx is Ok. Or using xml/xsl is a better way. Pls Advice Thanks Ashfaq -----Original Message----- From: Jarno.Elovirta@xxxxxxxxx [mailto:Jarno.Elovirta@xxxxxxxxx] Sent: Wednesday, October 20, 2004 12:52 PM To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx Subject: RE: Help me out on Removing the blankspaces from a textarea Hi, > I have to replace the "@@@" with a new '\ln' in the document > which is dynamic. > > I guess translate does not work > -------------------------------------------------------------- > ------------------------ > function replaceString() { > regX = new RegExp("\@@@","g") ; > > document.form1.TextArea.value=document.form1.TextArea.value.re > place(regX,"\n"); > -------------------------------------------------------------- > ------------------------ Is your question how to replace strings with ECMAScript? You should probably then post to some other list, as this is an XSL/XSLT/XPath list. Cheers, Jarno - Chris C: Vengeance Is Mine
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








