On Sat, 17 Oct, 2020, 10:45 PM Martin Honnen martin.honnen@xxxxxx, <
xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:
Without having any "as" attribute your variable is a document fragment
node containing the content constructed by the sequence constructor; of
course if you use functions like "translate" expecting a string value
the string value of the document fragment (which is the concatenation of
the string value(s) of all child nodes) is being used.
Thanks Martin for explanation. It's helpful.
--
Regards,
Mukul Gandhi
Sent from gmail for Android
|