Re: [xsl] How to strip a single quote?

Subject: Re: [xsl] How to strip a single quote?
From: "David Carlisle d.p.carlisle@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 31 Jul 2024 19:46:24 -0000
replace(@tabtitle, '''','')

David


On Wed, 31 Jul 2024 at 20:41, dvint@xxxxxxxxx <
xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:

>
> I have content like this
>
> <topic file="fs_task_with_collapse_in_tabs.dita"
>         title="FORMAT: task inside a tab using collapsed sections"
> chunk="child" tabtitle="'Collapse Sections'">

Current Thread