[Home] [By Thread] [By Date] [Recent Entries]
Am 16.08.2020 um 18:06 schrieb Martin Honnen martin.honnen@xxxxxx:
Part of the problem I think is that the "regexp" attribute of "xsl:analyze-string" allows attribute value templates so you either have to double curly braces or better declare your pattern as a parameter or variable before the element e.g. using Michael's suggestion And to be safe in XSLT 3 in any context you probably want <xsl:param name="pattern"
as="xs:string"
expand-text="no">\{\{image_[^}]+\}\}([^{]+)\{\{/image\}\}</xsl:param>
|

Cart



