No. Although XSD defines the semantics of a regular expression as denoting a
set of strings, there is no way to enumerate that set, the only functionality
is to determine whether a given string is a member of that set. Indeed, for
some regular expressions the set of strings they denote is infinite.
Michael Kay
Saxonica
> On 28 Feb 2025, at 11:50, Roger L Costello costello@xxxxxxxxx
<xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:
>
> Hi Folks,
>
> In XML Schema \p{P} denotes the set of punctuation characters.
>
> Is there a way in XSLT to output (display) the characters denoted by \p{P}
>
> /Roger
|