Re: Copy atrribute

Does
<p:add-attribute match="*[@data-custom-style]" attribute-name="class">
        <p:with-option name="attribute-value" select="*/@data-custom-style"></p:with-option>
    </p:add-attribute>


Work for you?
Achim
------------------------------------------------
Achim Berndzen
achim.berndzen@xml-project.com

<xml-project /> Achim Berndzen
Kleine Breite 26a
38302 Wolfenbüttel, Germany

https://www.xml-project.com

> Am 20.03.2025 um 14:46 schrieb denis.maier@unibe.ch:
> 
> <p:add-attribute match="*[@data-custom-style]" attribute-name="class">
>             <p:with-option name="attribute-value" select="'@data-custom-style'"></p:with-option>
>         </p:add-attribute>

Received on Thursday, 20 March 2025 15:24:26 UTC