Friends,
I am encountering an odd whitespace-handling anomaly in BaseX when invoking Saxon to transform files behind RESTXQ.
Briefly, if I have this in my XSLT:
xsl:text </xsl:text>
(the common way to get a space character in my result)
I get nothing, and this
xsl:text Boo! </xsl:text>
gets me "Boo!" (leading and trailing whitespace trimmed).
But I can't duplicate this behavior running BaseX from the GUI.
I am sure there is a 'trim' or 'chop' setting somewhere that is allowing this, but I don't know where to look.
Any ideas?
Thanks, Wendell