xsl-list
[Top] [All Lists]

Re: [xsl] Replacing an apostrophe in a string

2014-09-04 14:03:04
As I have shown in my answer, tricks with swapping quotes and apostrophes
are no longer necessary.

In XPath 2.0 and up one can code ' or " by simply doubling it.


On Thu, Sep 4, 2014 at 11:58 AM, Craig Sampson 
craig(_dot_)sampson(_at_)sas(_dot_)com <
xsl-list-service(_at_)lists(_dot_)mulberrytech(_dot_)com> wrote:

 Sorry for the noise. I got it working right after posting for help.

 The solution was to swap the quotes around in the statement, which I
thought I’d already tried, but it worked this time.



Eg:



<xsl:variable name=”newString” select=’replace($oldString, “&apos;” ,
“XXX”)’/>



Thanks,

  Craig
   XSL-List info and archive <http://www.mulberrytech.com/xsl/xsl-list>
EasyUnsubscribe <-list/782854> (by
email <>)




-- 
Cheers,
Dimitre Novatchev
---------------------------------------
Truly great madness cannot be achieved without significant intelligence.
---------------------------------------
To invent, you need a good imagination and a pile of junk
-------------------------------------
Never fight an inanimate object
-------------------------------------
To avoid situations in which you might make mistakes may be the
biggest mistake of all
------------------------------------
Quality means doing it right when no one is looking.
-------------------------------------
You've achieved success in your field when you don't know whether what
you're doing is work or play
-------------------------------------
To achieve the impossible dream, try going to sleep.
-------------------------------------
Facts do not cease to exist because they are ignored.
-------------------------------------
Typing monkeys will write all Shakespeare's works in 200yrs.Will they write
all patents, too? :)
-------------------------------------
I finally figured out the only reason to be alive is to enjoy it.
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--
<Prev in Thread] Current Thread [Next in Thread>