Re: Outputting White Space Only Nodes from Variables

"Bauman, Syd [email protected]" <[email protected]> Mon, 22 Feb 2021 13:19:52 -0000
Newsgroups gmane.text.xml.xsl.general.mulberrytech
Message-ID <[email protected]>
I also found using @select instead of whitespace only content of <xsl:variable> did the job. (Thus I suspect the problem is on reading in and parsing the XSLT document the XML parser is dropping that whitespace as insignificant.)

________________________________

I tried,
<xsl:variable name="generatedTextAfter" as="xs:string?" select=" ' '
"/>
and got output.
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/3329386
or by email: [email protected]
--~--