Its `"` not `&#quot;`.
Is that the first time Martin Honnen has made a mistake?
Michael Kay
> On 3 Oct 2024, at 20:38, Wolfhart Totschnig wolfhart.totschnig@xxxxxxxxxxx
<xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:
>
> Thank you very much for the quick reply!
>
> [""] works in my case. [&#quot;&#quot;] and [""] do not.
>
>
> On 10/3/24 16:31, Martin Honnen martin.honnen@xxxxxx
<mailto:martin.honnen@xxxxxx> wrote:
>>
>> On 03/10/2024 21:21, Martin Honnen martin.honnen@xxxxxx
<mailto:martin.honnen@xxxxxx> wrote:
>>> See https://www.w3.org/TR/xpath-31/#prod-xpath31-EscapeQuot, you should be
able to use two double quote characters "".
>>>
>>
>> but as you are inside of XML double quote attribute value delimiters you
can't use literal double quote but need two entity or two character references
e.g.
>>
>> \xA0 &#quot;&#quot;
>>
>> or
>>
>> \xA0 ""
>>
>>>
>>> On 03/10/2024 21:15, Wolfhart Totschnig wolfhart.totschnig@xxxxxxxxxxx
<mailto:wolfhart.totschnig@xxxxxxxxxxx> wrote:
>>>> On my end, it looks like the encoding of the smart quotation marks in the
code got mixed up during the transmission of the email (namely, they seem to
have been replaced by "\xE2"). I therefore attach a picture of what the code
should look like in the email.
>>>>
>>>>
>>>> On 10/3/24 15:51, Wolfhart Totschnig wolfhart.totschnig@xxxxxxxxxxx
<mailto:wolfhart.totschnig@xxxxxxxxxxx> wrote:
>>>>> Dear list,
>>>>>
>>>>> The following replace function replaces a straight single quotation mark
(or apostrophe) with a smart single quotation mark when it is preceded by
either a space or a smart double quotation mark:
>>>>>
>>>>> <xsl:value-of select="replace(.,"([
C"BB])'","$1C"BB")"/>
>>>>>
>>>>> I would like to add to this code such that it also replace the straight
single quotation mark when it is preceded by a straight double quotation mark.
What do I have to add between the brackets to achieve this? Putting either ["]
or ["] produces an error since both of these are used in the surrounding
code.
>>>>>
>>>>> Thank you in advance for your help!
>>>>> Wolfhart
>>>>>
>>>>> XSL-List info and archive <http://www.mulberrytech.com/xsl/xsl-list>
>>>>> EasyUnsubscribe <http://lists.mulberrytech.com/unsub/xsl-list/2652055>
(by email <>)
>>>>
>>>> XSL-List info and archive <http://www.mulberrytech.com/xsl/xsl-list>
>>>> EasyUnsubscribe <http://lists.mulberrytech.com/unsub/xsl-list/582271> (by
email <>)
>>> XSL-List info and archive <http://www.mulberrytech.com/xsl/xsl-list>
>>> EasyUnsubscribe <http://lists.mulberrytech.com/unsub/xsl-list/582271> (by
email <>)
>> XSL-List info and archive <http://www.mulberrytech.com/xsl/xsl-list>
>> EasyUnsubscribe <http://lists.mulberrytech.com/unsub/xsl-list/2652055> (by
email <>)
>
> XSL-List info and archive <http://www.mulberrytech.com/xsl/xsl-list>
> EasyUnsubscribe <http://lists.mulberrytech.com/unsub/xsl-list/3500899> (by
email <>)
|