Re: [xsl] Asymmetric string handling with processing-instructions

Subject: Re: [xsl] Asymmetric string handling with processing-instructions
From: "Martin Honnen martin.honnen@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 14 Sep 2023 15:38:08 -0000
On 14.09.2023 17:27, Martin Honnen martin.honnen@xxxxxx wrote:
I was also playing with some attributes created on the fly to be
serialized but as standalone attributes can't be serialized that
doesn't work out; I am not sure whether creating an element with
attributes on the fly and then serializing it to use string processing
on the serialization result to get only the right attribute
serialization is too hacky.


Perhaps adaptive serialization of attribute nodes works out:


<xsl:processing-instruction name="my" select="serialize(saxon:new-attribute('value', string()), map { 'method' : 'adaptive' })"/>

Current Thread